File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "configurations" : [
3+ {
4+ "name" : " Linux" ,
5+ "includePath" : [
6+ " ${workspaceFolder}/**"
7+ ],
8+ "defines" : [],
9+ "compilerPath" : " /usr/bin/gcc" ,
10+ "cStandard" : " c17" ,
11+ "cppStandard" : " c++20" ,
12+ "intelliSenseMode" : " linux-gcc-x64" ,
13+ "configurationProvider" : " ms-vscode.cmake-tools" ,
14+ "compileCommands" : " compile_commands.json"
15+ }
16+ ],
17+ "version" : 4
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "files.exclude" : {
3+ "**/.cache" : true ,
4+ "**/.cproject" : true ,
5+ "**/.gitignore" : true ,
6+ "**/.mxproject" : true ,
7+ "**/.project" : true ,
8+ "**/.settings" : true ,
9+ "**/arm-none-eabi.cmake" : true ,
10+ "**/build" : true ,
11+ "**/cmake_install.cmake" : true ,
12+ "**/CMakeFiles" : true ,
13+ "**/CMakeLists.txt" : true ,
14+ "**/compile_commands.json" : true ,
15+ "**/Debug" : true ,
16+ "**/libst-lib.a" : true ,
17+ "**/Makefile" : true
18+ },
19+ "C_Cpp.default.cppStandard" : " c++20" ,
20+ "C_Cpp.default.cStandard" : " c17"
21+ }
You can’t perform that action at this time.
0 commit comments