forked from boostercloud/booster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
booster.code-workspace
65 lines (65 loc) · 1.75 KB
/
booster.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
{
"folders": [
{
"name": "✨ root",
"path": "."
},
{
"name": "📦 @boostercloud/application-tester",
"path": "packages/application-tester"
},
{
"name": "📦 @boostercloud/cli",
"path": "packages/cli"
},
{
"name": "📦 @boostercloud/framework-common-helpers",
"path": "packages/framework-common-helpers"
},
{
"name": "📦 @boostercloud/framework-core",
"path": "packages/framework-core"
},
{
"name": "📦 @boostercloud/framework-integration-tests",
"path": "packages/framework-integration-tests"
},
{
"name": "📦 @boostercloud/framework-provider-aws",
"path": "packages/framework-provider-aws"
},
{
"name": "📦 @boostercloud/framework-provider-aws-infrastructure",
"path": "packages/framework-provider-aws-infrastructure"
},
{
"name": "📦 @boostercloud/framework-provider-azure",
"path": "packages/framework-provider-azure"
},
{
"name": "📦 @boostercloud/framework-provider-azure-infrastructure",
"path": "packages/framework-provider-azure-infrastructure"
},
{
"name": "📦 @boostercloud/framework-provider-local",
"path": "packages/framework-provider-local"
},
{
"name": "📦 @boostercloud/framework-provider-local-infrastructure",
"path": "packages/framework-provider-local-infrastructure"
},
{
"name": "📦 @boostercloud/framework-types",
"path": "packages/framework-types"
},
{
"name": "📦 @boostercloud/metadata-booster",
"path": "packages/metadata-booster"
},
{
"name": "⚙️ @boostercloud/eslint-config",
"path": "tools/eslint-config"
}
],
"settings": {}
}