File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : 4 ,
3+ "configurations" : [
4+ {
5+ "name" : " IntelliSense Configuration" ,
6+ "compileCommands" : [
7+ " ${workspaceFolder}/debug/compile_commands.json"
8+ ],
9+ "intelliSenseMode" : " gcc-arm"
10+ }
11+ ]
12+ }
Original file line number Diff line number Diff line change 1414 "BOARD" : " frdmk22f" ,
1515 "MCUX_VENV_PATH" : " " ,
1616 "PATH" : " $env{MCUX_VENV_PATH}${pathListSep}$penv{PATH}" ,
17- "POSTPROCESS_UTILITY" : " "
17+ "POSTPROCESS_UTILITY" : " " ,
18+ "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON"
1819 },
1920 "cacheVariables" : {}
2021 },
2829 "BOARD" : " frdmk22f" ,
2930 "MCUX_VENV_PATH" : " " ,
3031 "PATH" : " $env{MCUX_VENV_PATH}${pathListSep}$penv{PATH}" ,
31- "POSTPROCESS_UTILITY" : " "
32+ "POSTPROCESS_UTILITY" : " " ,
33+ "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON"
3234 },
3335 "cacheVariables" : {}
3436 }
You can’t perform that action at this time.
0 commit comments