-
Notifications
You must be signed in to change notification settings - Fork 11
/
awscdk-service-spec.code-workspace
56 lines (56 loc) · 1.37 KB
/
awscdk-service-spec.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
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
{
"folders": [
{
"path": "packages/@aws-cdk/aws-service-spec"
},
{
"path": "packages/@aws-cdk/service-spec-importers"
},
{
"path": "packages/@aws-cdk/service-spec-types"
},
{
"path": "packages/@cdklabs/tskb"
},
{
"path": "packages/@cdklabs/typewriter"
}
],
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"files.exclude": {
"**/.projen": true,
"**/.eslintrc.js": true,
"**/.eslintrc.json": true,
"**/.gitattributes": true,
"**/.gitignore": true,
"**/.npmignore": true,
"**/*.tsbuildinfo": true,
"**/node_modules": true,
"**/coverage": true,
"**/dist": true,
"**/lib": true,
"**/test-reports": true,
".prettierignore": true,
".prettierrc.json": true,
"**/tsconfig.json": true,
"**/tsconfig.dev.json": true,
"awscdk-service-spec.code-workspace": true
}
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
],
"unwantedRecommendations": []
}
}