Skip to content

Commit f34e0b5

Browse files
committed
removed unneeded settings
1 parent 8f8c2ca commit f34e0b5

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.vscode/settings.json

-33
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,4 @@
11
{
22
"objectscript.export.folder": "services/cls",
33
"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,
374
}

0 commit comments

Comments
 (0)