mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 21:27:30 -04:00
Improve VSCode config: - automatically use proper build directory - use intellisense from cmake.tools plugin - don't use OS dependent paths
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "CMake configuration",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "${default}",
|
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |