added ignore for recommended extensions
This commit is contained in:
parent
d1dee1ca38
commit
4ac721cf63
|
@ -6,5 +6,6 @@
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
|
||||||
"cmake.configureOnOpen": true
|
"cmake.configureOnOpen": true,
|
||||||
|
"extensions.ignoreRecommendations": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue