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
42
|
{
"folders": [
{
"name": "DevHive.Web",
"path": "./DevHive.Web"
},
{
"name": "DevHive.Services",
"path": "./DevHive.Services"
},
{
"name": "DevHive.Data",
"path": "./DevHive.Data"
},
{
"name": "DevHive.Common",
"path": "./DevHive.Common"
},
{
"name": "DevHive.Tests",
"path": "./DevHive.Tests"
},
{
"name": "DevHive.Angular",
"path": "./DevHive.Angular"
},
],
"settings": {
"files.exclude": {
"**/.vscode": true,
"**/bin": true,
"**/obj": true,
".gitignore" : true,
"**/node_modules" : true,
"e2e" : true,
},
"code-runner.fileDirectoryAsCwd": true,
"compile-hero.disable-compile-files-on-did-save-code": true
}
}
|