vscode enable mouse wheel zoom

This commit is contained in:
Vinzenz Schroeter 2025-11-01 21:32:07 +01:00
parent 00a12701b2
commit 7e09f6cb69

View file

@ -39,6 +39,8 @@
"editor.formatOnSave" = true;
"editor.formatOnSaveMode" = "modificationsIfAvailable";
"editor.minimap.autohide" = true;
"editor.mouseWheelZoom" = true;
"terminal.integrated.mouseWheelZoom" = true;
"workbench.startupEditor" = "readme";
"workbench.enableExperiments" = false;