1
1
{
2
2
"objectscript.export.folder" : " services/cls" ,
3
3
"objectscript.export.filter" : " ICO.%" ,
4
- "workbench.colorCustomizations" : {
5
- "activityBar.activeBackground" : " #d0b18b" ,
6
- "activityBar.activeBorder" : " #378864" ,
7
- "activityBar.background" : " #d0b18b" ,
8
- "activityBar.foreground" : " #15202b" ,
9
- "activityBar.inactiveForeground" : " #15202b99" ,
10
- "activityBarBadge.background" : " #378864" ,
11
- "activityBarBadge.foreground" : " #e7e7e7" ,
12
- "statusBar.background" : " #c19967" ,
13
- "statusBar.foreground" : " #15202b" ,
14
- "statusBarItem.hoverBackground" : " #ae8047" ,
15
- "titleBar.activeBackground" : " #c19967" ,
16
- "titleBar.activeForeground" : " #15202b" ,
17
- "titleBar.inactiveBackground" : " #c1996799" ,
18
- "titleBar.inactiveForeground" : " #15202b99"
19
- },
20
- "peacock.color" : " #C19967" ,
21
- "sqltools.connections" : [
22
- {
23
- "namespace" : " USER" ,
24
- "connectionMethod" : " Server and Port" ,
25
- "showSystem" : false ,
26
- "previewLimit" : 50 ,
27
- "server" : " localhost" ,
28
- "port" : 52773 ,
29
- "askForPassword" : false ,
30
- "driver" : " InterSystems IRIS" ,
31
- "name" : " IRIS docker" ,
32
- "username" : " _SYSTEM" ,
33
- "password" : " genjisan"
34
- }
35
- ],
36
- "sqltools.useNodeRuntime" : true ,
37
4
}
0 commit comments