|
|
@@ -89,12 +89,15 @@
|
|
89
|
89
|
"chat.editor.wordWrap": "on",
|
|
90
|
90
|
"editor.scrollbar.horizontal": "visible",
|
|
91
|
91
|
"apc.header": {
|
|
92
|
|
-"height": 16,
|
|
|
92
|
+"height": 24,
|
|
93
|
93
|
},
|
|
94
|
94
|
"apc.sidebar.titlebar": {
|
|
95
|
|
-"height": 16,
|
|
|
95
|
+"height": 24,
|
|
96
|
96
|
},
|
|
97
|
|
-"window.zoomLevel": -1,
|
|
98
|
97
|
"explorer.compactFolders": false,
|
|
99
|
98
|
"workbench.list.horizontalScrolling": true,
|
|
|
99
|
+"editor.autoClosingQuotes": "always",
|
|
|
100
|
+"editor.autoClosingOvertype": "always",
|
|
|
101
|
+"window.zoomLevel": -1,
|
|
|
102
|
+"workbench.editor.enablePreviewFromQuickOpen": true,
|
|
100
|
103
|
}
|