-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspot-seven.code-workspace
39 lines (39 loc) · 1014 Bytes
/
spot-seven.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
{
"folders": [
{
"name": "Project",
"path": "."
},
{
"name": "Client Lourd",
"path": "./client"
},
{
"name": "Serveur",
"path": "./server"
},
{
"name": "Commun",
"path": "./common"
}
],
"settings": {
"workbench.activityBar.location": "side",
"files.autoSave": "afterDelay",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "boundary",
"editor.bracketPairColorization.enabled": true,
"editor.formatOnSave": true,
"git.autofetch": true
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"ms-azuretools.vscode-docker",
"ms-vscode.vscode-typescript-tslint-plugin",
"ms-vscode.vscode-typescript-next",
"Angular.ng-template"
]
}
}