added ignore for recommended extensions

This commit is contained in:
martin 2023-10-29 17:35:02 +00:00
parent d1dee1ca38
commit 4ac721cf63
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@
"editor.formatOnSave": true
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
"cmake.configureOnOpen": true
"cmake.configureOnOpen": true,
"extensions.ignoreRecommendations": true
}