forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaws-cdk.code-workspace
More file actions
39 lines (39 loc) · 988 Bytes
/
aws-cdk.code-workspace
File metadata and controls
39 lines (39 loc) · 988 Bytes
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
{
"folders": [{ "path": "." }],
"settings": {
"files.insertFinalNewline": true,
"jest.jestCommandLine": "node_modules/.bin/jest",
"jest.runMode": {
"type": "on-demand"
},
"jest.virtualFolders": [
{
"name": "aws-cdk-lib",
"rootPath": "packages/aws-cdk-lib"
},
{
"name": "custom-resource-handlers",
"rootPath": "packages/@aws-cdk/custom-resource-handlers"
},
{
"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"
},
{
"name": "mixins",
"rootPath": "packages/@aws-cdk/mixins-preview"
},
{
"name": "spec2cdk",
"rootPath": "tools/@aws-cdk/spec2cdk"
}
]
},
"extensions": {
"recommendations": ["dbaeumer.vscode-eslint", "Orta.vscode-jest"]
}
}