13 lines
No EOL
314 B
JSON
13 lines
No EOL
314 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"main"
|
|
],
|
|
"rust-analyzer.linkedProjects": [
|
|
".\\native\\hub\\Cargo.toml"
|
|
],
|
|
"files.associations": {
|
|
"*.html.erb": "erb",
|
|
"cstring": "cpp"
|
|
}
|
|
} |