vscode enable mouse wheel zoom
This commit is contained in:
parent
00a12701b2
commit
7e09f6cb69
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.formatOnSaveMode" = "modificationsIfAvailable";
|
"editor.formatOnSaveMode" = "modificationsIfAvailable";
|
||||||
"editor.minimap.autohide" = true;
|
"editor.minimap.autohide" = true;
|
||||||
|
"editor.mouseWheelZoom" = true;
|
||||||
|
"terminal.integrated.mouseWheelZoom" = true;
|
||||||
|
|
||||||
"workbench.startupEditor" = "readme";
|
"workbench.startupEditor" = "readme";
|
||||||
"workbench.enableExperiments" = false;
|
"workbench.enableExperiments" = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue