Answer the question
In order to leave comments, you need to log in
Why is the scale not changing in VS Code?
When trying to change the scale using the "View: Zoom In" and "View: Zoom Out" commands, VS Code gives such errors
. The scale, respectively, does not change. When adding the "editor.fontSize" parameter, changes occur, but the hotkeys still do not work and give an error.
settings.json :
{
"workbench.colorTheme": "Atom One Dark",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"python.showStartPage": false,
"explorer.confirmDelete": false,
"workbench.startupEditor": "newUntitledFile",
"python.languageServer": "Pylance",
"liveServer.settings.donotShowInfoMsg": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "material-icon-theme",
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"liveServer.settings.donotVerifyTags": true,
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "~/../css"
}
],
"liveSassCompile.settings.autoprefix": [
"> 1%",
"last 2 versions"
],
"terminal.integrated.defaultProfile.windows": "PowerShell",
"security.workspace.trust.untrustedFiles": "open",
"git.enableSmartCommit": true,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.showOutputWindowOn": "Warning",
"editor.minimap.enabled": false,
"window.zoomLevel": 1,
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"php.validate.executablePath": "C:\\OpenServer\\modules\\php\\PHP_7.1\\php.exe";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question