-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbITdevKit.Examples.GettingStarted.code-workspace
More file actions
36 lines (36 loc) · 1.28 KB
/
bITdevKit.Examples.GettingStarted.code-workspace
File metadata and controls
36 lines (36 loc) · 1.28 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
{
"folders": [
{
"path": ".",
},
],
"settings": {
"dotnet.defaultSolution": "bITdevKit.Examples.GettingStarted.slnx",
"peacock.color": "#150b20",
"entityframework.project": "src\\Modules\\CoreModule\\CoreModule.Infrastructure",
"entityframework.startupProject": "src\\Presentation.Web.Server",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2e1846",
"activityBar.background": "#2e1846",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#774e29",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2e1846",
"statusBar.background": "#150b20",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2e1846",
"statusBarItem.remoteBackground": "#150b20",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#150b20",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#150b2099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"chat.agentSkillsLocations": {
".agents/skills": true,
"~/.agents/skills": true
},
},
}