-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
26 lines (26 loc) · 898 Bytes
/
c_cpp_properties.json
File metadata and controls
26 lines (26 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"configurations": [
{
"name": "@theia/electron (Linux)",
"compileCommands": "${workspaceFolder}/dev-packages/electron/compile_commands.json",
"defines": [],
"cStandard": "c89",
"intelliSenseMode": "${default}"
},
{
"name": "@theia/electron Debug (Windows)",
"compileCommands": "${workspaceFolder}\\dev-packages\\electron\\Debug\\compile_commands.json",
"defines": [],
"cStandard": "c89",
"intelliSenseMode": "${default}"
},
{
"name": "@theia/electron Release (Windows)",
"compileCommands": "${workspaceFolder}\\dev-packages\\electron\\Release\\compile_commands.json",
"defines": [],
"cStandard": "c89",
"intelliSenseMode": "${default}"
}
],
"version": 4
}