-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathStackifyCapstone.code-workspace
More file actions
53 lines (53 loc) · 1.33 KB
/
StackifyCapstone.code-workspace
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
{
"folders": [
{
"path": "client",
"name": "client"
},
{
"path": "server",
"name": "server"
},
{
"path": ".github/workflows",
"workflows": "server"
}
],
"settings": {
"editor.suggestSelection": "first",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"js/ts.implicitProjectConfig.checkJs": true,
"files.exclude": {
"**/.nyc_*": true,
"**/coverage": true,
"**/node_modules": true
},
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.codeActionsOnSave.mode": "all",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"cSpell.words": [
"activesongmodal",
"danceability",
"danceablitity",
"Marcott",
"Stackify",
"Timeblock",
"timeblockduration",
"Timeblocks",
"Tracklist"
]
}
}