forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aws-cdk.code-workspace
38 lines (38 loc) · 1.07 KB
/
aws-cdk.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
{
"folders": [{ "path": "." }],
"settings": {
"jest.jestCommandLine": "node_modules/.bin/jest",
"jest.autoRun": "off",
"jest.virtualFolders": [
{ "name": "aws-cdk", "rootPath": "packages/aws-cdk" },
{ "name": "aws-cdk-lib", "rootPath": "packages/aws-cdk-lib" },
{
"name": "cli-lib-alpha",
"rootPath": "packages/@aws-cdk/cli-lib-alpha"
},
{
"name": "cloudformation-diff",
"rootPath": "packages/@aws-cdk/cloudformation-diff"
},
{
"name": "custom-resource-handlers",
"rootPath": "packages/@aws-cdk/custom-resource-handlers"
},
{
"name": "integ-runner",
"rootPath": "packages/@aws-cdk/integ-runner"
},
{
"name": "integ-tests-alpha",
"rootPath": "packages/@aws-cdk/integ-tests-alpha"
},
{
"name": "aws-custom-resource-sdk-adapter",
"rootPath": "packages/@aws-cdk/aws-custom-resource-sdk-adapter"
}
]
},
"extensions": {
"recommendations": ["dbaeumer.vscode-eslint", "Orta.vscode-jest"]
}
}