13 lines
363 B
JSON
13 lines
363 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Luna",
|
||
|
"compilerPath": "${workspaceFolder}/toolchain/x86-64-luna/bin/x86_64-luna-gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++20",
|
||
|
"intelliSenseMode": "gcc-x64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|