mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Stop VSCode appending file associations to settings.json (#21944)
### Description If you open onnxruntime source code using VSCode with C/C++ extension, it's keeping adding file associations for C/C++ headers into this settings.json. This is annoying when staging/committing changes. Add a configuration to disable this behavior. see: - https://stackoverflow.com/questions/65220185/how-to-stop-vs-code-to-keep-adding-standard-c-libraries-to-the-file-associatio - https://github.com/microsoft/vscode-cpptools/issues/722#issuecomment-480329005
This commit is contained in:
parent
047f32c79d
commit
8c5336449d
1 changed files with 1 additions and 3 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -22,7 +22,5 @@
|
||||||
"-build/include_subdir",
|
"-build/include_subdir",
|
||||||
"-runtime/references"
|
"-runtime/references"
|
||||||
],
|
],
|
||||||
"files.associations": {
|
"C_Cpp.autoAddFileAssociations": false
|
||||||
"span": "cpp"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue