17 lines
427 B
JSON
17 lines
427 B
JSON
{
|
|
// Hush CMake
|
|
"cmake.configureOnOpen": false,
|
|
|
|
// IntelliSense
|
|
"C_Cpp.default.compilerPath": "${userHome}/zephyr-sdk-0.17.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe",
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
|
|
// File Associations
|
|
"files.associations": {
|
|
"array": "c",
|
|
"string_view": "c",
|
|
"initializer_list": "c",
|
|
"span": "c",
|
|
"format": "c"
|
|
}
|
|
} |