Skip to content

Commit

Permalink
Reset VS Code zoom level back to 1
Browse files Browse the repository at this point in the history
The UI window zoom level (`window.zoomLevel`) was set to `0.5` due to
some configurations changes made to the global system resolution
(4k rendering), but can now be changed back to the default value (`1`).

Resolves GH-198
  • Loading branch information
arcticicestudio committed Jun 8, 2019
1 parent b454693 commit 259537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"window.enableMenuBarMnemonics": false,
"window.menuBarVisibility": "hidden",
"window.titleBarStyle": "native",
"window.zoomLevel": 0.5,
"window.zoomLevel": 1,
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Nord",
"workbench.commandPalette.preserveInput": true,
Expand Down

0 comments on commit 259537d

Please sign in to comment.