-
Notifications
You must be signed in to change notification settings - Fork 1
/
workbench-client.code-workspace
75 lines (75 loc) · 2.06 KB
/
workbench-client.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"folders": [{ "path": "." }],
"settings": {
"typescript.tsdk": "node_modules\\typescript\\lib",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"cSpell.words": [
"ecosounds",
"ecoacoustics",
"formly",
"Mixins",
"dropdown",
"fontawesome",
"fortawesome",
"recaptcha",
"routerlink",
"subsink",
"taggings",
"templating",
"toastr",
"tzinfo",
"unprocessable",
"vocalisations",
"deleter",
"typeahead",
"datatable",
"datetime",
"luxon",
"datatable",
],
"cSpell.ignorePaths": [
"**/.git/objects/**",
"**/.vscode/**",
"**/baw-client.code-workspace",
"**/node_modules/**",
"**/package-lock.json",
"**/tsconfig.json",
"**/tsconfig*.json",
"**/vscode-extension/**"
],
"workbench.colorCustomizations": {
"activityBar.background": "#3795b0",
"activityBar.activeBackground": "#3795b0",
"activityBar.activeBorder": "#922e7b",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#922e7b",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#2b7489",
"titleBar.inactiveBackground": "#2b748999",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#2b7489",
"statusBarItem.hoverBackground": "#3795b0",
"statusBar.foreground": "#e7e7e7",
"sash.hoverBorder": "#3795b0",
"statusBarItem.remoteBackground": "#2b7489",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#2b7489",
"angularKarmaTestExplorer.debugMode": true,
"explorer.compactFolders": false,
"files.eol": "\n"
},
"extensions": {
"recommendations": [
"cyrilletuzi.angular-schematics",
"dbaeumer.vscode-eslint",
"streetsidesoftware.code-spell-checker",
"xabikos.jasminesnippets",
"aaron-bond.better-comments"
]
}
}