Skip to content

Commit cfd529f

Browse files
changes on window zoom level and font size to editor
1 parent 48c5bd7 commit cfd529f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
"explorer.fileNesting.enabled": true,
174174
"files.autoSave": "afterDelay",
175175
"editor.minimap.enabled": false,
176-
"window.zoomLevel": 1.40,
177-
"editor.fontSize": 15.5,
176+
"window.zoomLevel": 1,
177+
"editor.fontSize": 15.8,
178178
"terminal.integrated.fontFamily": "CaskaydiaCove Nerd Font Mono",
179179
"editor.wordWrap": "bounded",
180180
"editor.fontLigatures": true,
@@ -331,5 +331,4 @@
331331
"debug.showInStatusBar": "never",
332332
"github.copilot.nextEditSuggestions.enabled": true,
333333
"oneDarkPro.italic": true,
334-
"editor.lineHeight": 24
335334
}

0 commit comments

Comments
 (0)