mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 12:52:10 +08:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "windows-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"compilerPath": "gcc",
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"compilerArgs": [
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |