Skip to content

Commit 48c5bd7

Browse files
fix settings on editor
1 parent f3f8d2e commit 48c5bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"breadcrumbs.showConstants": false,
222222
"breadcrumbs.showConstructors": false,
223223
"workbench.editor.empty.hint": "hidden",
224-
"workbench.editor.enablePreview": true,
224+
"workbench.editor.enablePreview": false,
225225
"workbench.editor.labelFormat": "short",
226226
"window.density.editorTabHeight": "default",
227227
"editor.formatOnType": true,
@@ -331,4 +331,5 @@
331331
"debug.showInStatusBar": "never",
332332
"github.copilot.nextEditSuggestions.enabled": true,
333333
"oneDarkPro.italic": true,
334+
"editor.lineHeight": 24
334335
}

0 commit comments

Comments
 (0)