-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoding.code-workspace
More file actions
59 lines (59 loc) · 1.59 KB
/
coding.code-workspace
File metadata and controls
59 lines (59 loc) · 1.59 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
{
"folders": [
{
"name": "coding",
"path": "."
},
{
"name": "coding-history",
"path": ".specstory/history"
},
{
"name": "code-graph-rag",
"path": "integrations/code-graph-rag"
},
{
"name": "mcp-constraint-monitor",
"path": "integrations/mcp-constraint-monitor"
},
{
"name": "mcp-server-semantic-analysis",
"path": "integrations/mcp-server-semantic-analysis"
},
{
"name": "memory-visualizer",
"path": "integrations/memory-visualizer"
}
],
"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": "#1857a4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1857a4"
}
}