diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 10:43:53 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 10:43:53 +0200 |
| commit | ecf882dad2aaa6160e6c27277dceae935658b4cb (patch) | |
| tree | 7dfeac0e5c0df2bc603a63ac4ad44e7aab3c6c00 /.vscode/settings.json | |
| parent | 96a8abb79074337fb7875c0028f57c8a7f00ea36 (diff) | |
| download | kernel-ecf882dad2aaa6160e6c27277dceae935658b4cb.tar.xz kernel-ecf882dad2aaa6160e6c27277dceae935658b4cb.zip | |
ide: switch to MS C/C++ Tools extension
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c30626bf..b3efaa36 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,9 @@ "--clang-tidy", "--header-insertion=iwyu" ], + "C_Cpp.autoAddFileAssociations": false, + "C_Cpp.intelliSenseEngine": "disabled", + "C_Cpp.errorSquiggles": "disabled", "explorer.fileNesting.enabled": true, "explorer.fileNesting.expand": false, "explorer.fileNesting.patterns": { @@ -33,7 +36,6 @@ "args": "${argsArray}", "cwd": "${cwd}", "env": "${envObject}", - "environment": "${envObjArray}", "sourceFileMap": "${sourceFileMapObj}", "setupCommands": [ { |
