- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoding.code-workspace
More file actions
Latest commit
66 lines (66 loc) · 1.87 KB
/
Copy pathcoding.code-workspace
File metadata and controls
66 lines (66 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"folders": [
{
"name": "coding",
"path": "."
},
{
"name": "coding-history",
"path": ".specstory/history"
},
{
"name": "constraint-monitor",
"path": "integrations/constraint-monitor"
},
{
"name": "semantic-analysis",
"path": "integrations/semantic-analysis"
},
{
"name": "memory-visualizer",
"path": "integrations/memory-visualizer"
},
{
"name": "graphify",
"path": "integrations/graphify"
}
],
"settings": {
"debug.console.acceptSuggestionOnEnter": "off",
"git.openRepositoryInParentFolders": "always",
"git.autoRepositoryDetection": false,
"git.detectSubmodules": false,
"git.repositoryScanMaxDepth": 0,
"git.repositoryScanIgnoredFolders": [
"node_modules"
],
"git.ignoredRepositories": [],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1f6fd0",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#530c2c",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799",
"activityBarTop.activeBackground": "#1f6fd0",
"activityBarTop.background": "#1f6fd0",
"activityBarTop.foreground": "#e7e7e7",
"activityBarTop.inactiveForeground": "#e7e7e799",
"commandCenter.foreground": "#e7e7e7",
"statusBar.debuggingBackground": "#1857a4",
"statusBar.debuggingForeground": "#e7e7e7"
},
"peacock.color": "#1857a4"
}
}