Вот исправленный код. Проблема была в лишнем символе ";" , который не позволял дописать
"window.zoomLevel": 1
в конец файла при изменении масштаба.
{
"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,
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"php.validate.executablePath": "C:\\OpenServer\\modules\\php\\PHP_7.1\\php.exe"
}