mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2024-11-21 20:25:59 +00:00
18 lines
442 B
JSON
18 lines
442 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/sbin/gcc",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|