-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDataWharf_windows.code-workspace
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathDataWharf_windows.code-workspace
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"folders": [
{
"path": "."
}
// ,{
// "path": "C:\\Harbour_websites\\fcgi_DataWharf\\backend"
// }
// ,{
// "path": "C:\\Harbour_FastCGI\\hb_fcgi"
// }
// ,{
// "path": "c:\\apache24-64\\conf"
// }
// ,{
// "path": "C:\\Harbour_ORM\\"
// }
// ,{
// "path": "C:\\Harbour_EL\\"
// }
],
"settings": {
"files.autoSave": "onFocusChange",
"harbour.compilerExecutable": "C:\\Harbour\\bin\\win\\mingw64\\harbour.exe",
"harbour.extraOptions": "-iC:\\Harbour\\include",
"harbour.extraIncludePaths":["C:\\Harbour\\include\\",
"C:\\Harbour_EL\\",
"C:\\Harbour_ORM\\",
"C:\\Harbour_FastCGI\\hb_fcgi\\"],
"harbour.warningLevel":1,
"harbour.decorator":true,
"harbour.workspaceDepth": 1,
"cSpell.words": [
"columnproperty",
"fontawesome",
"TRAC",
"UPDATESAVEBUTTON",
"USEDON"
]
}
}