-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbilt.code-workspace
75 lines (75 loc) · 1.19 KB
/
bilt.code-workspace
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"folders": [
{
"name": "bilt-cli-commons",
"path": "packages/bilt-cli-commons"
},
{
"name": "build",
"path": "packages/build"
},
{
"name": "build-with-configuration",
"path": "packages/build-with-configuration"
},
{
"name": "cli",
"path": "packages/cli"
},
{
"name": "docs",
"path": "docs"
},
{
"name": "github-actions-workflow",
"path": "packages/github-actions-workflow"
},
{
"name": "git-packages",
"path": "packages/git-packages"
},
{
"name": "git-testkit",
"path": "packages/git-testkit"
},
{
"name": "npm-next-version",
"path": "packages/npm-next-version"
},
{
"name": "npm-packages",
"path": "packages/npm-packages"
},
{
"name": "npm-testkit",
"path": "packages/npm-testkit"
},
{
"name": "packages-to-build",
"path": "packages/packages-to-build"
},
{
"name": "scripting-commons",
"path": "packages/scripting-commons"
},
{
"name": "site",
"path": "packages/site"
},
{
"name": "types",
"path": "packages/types"
},
{
"name": "dev",
"path": "dev"
},
{
"name": ".github",
"path": ".github"
}
],
"settings": {
"debug.node.autoAttach": "on"
}
}