mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-23 13:02:44 +08:00
29 lines
637 B
JSON
29 lines
637 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"cStandard": "c17",
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
},
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"cStandard": "c17"
|
|
},
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"cStandard": "c17"
|
|
}
|
|
],
|
|
"enableConfigurationSquiggles": true,
|
|
"version": 4
|
|
}
|