-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnbs-mya.code-workspace
More file actions
42 lines (42 loc) · 955 Bytes
/
nbs-mya.code-workspace
File metadata and controls
42 lines (42 loc) · 955 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
40
41
42
{
"folders": [
{
"name": "Client",
"path": "./src/client"
},
{
"name": "API",
"path": "./src/api"
},
{
"name": "API Tests",
"path": "./tests"
},
{
"name": "Root",
"path": "./"
}
],
"settings": {
"jest.disabledWorkspaceFolders": ["API", "API Tests", "Root"],
"window.title": "NBS MYA",
"jest.runMode": { "type": "on-demand", "revealOutput": "on-run" },
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.endOfLine": "crlf",
"powershell.cwd": "Root",
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"adamviola.parquet-explorer",
"ms-vscode.vscode-node-azure-pack",
"HashiCorp.terraform"
]
}
}