R
R
Roman Pertsev2021-08-10 11:16:52
Visual Studio Code
Roman Pertsev, 2021-08-10 11:16:52

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 61123538603b4323084816.png
. 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

1 answer(s)
W
WbICHA, 2021-08-10
@Asics6789

"php.validate.executablePath": "C:\\OpenServer\\modules\\php\\PHP_7.1\\php.exe";
                                                                               ^

What's this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question