Skip to content

VSCode #4

@VirgoLC

Description

@VirgoLC

Hi,
Sorry for my English, I have to use a translator.

settings.json for VSCode

{
    "workbench.colorCustomizations": {
        },
    "workbench.settings.applyToAllProfiles": [
        "workbench.colorCustomizations",
        "vscode-pets.theme"
    ],
    "editor.cursorBlinking": "phase",
    "editor.cursorSmoothCaretAnimation": "on",
    "animations.Install-Method": "Custom UI Style",
    "animations.Enabled": true,
    "editor.bracketPairColorization.enabled": true,
    "editor.unicodeHighlight.invisibleCharacters": false,
    "editor.unicodeHighlight.ambiguousCharacters": false,
    "editor.fontWeight": "bold",
    "editor.fontLigatures": false,
    "workbench.editor.empty.hint": "hidden",
    "emmet.preferences": {
    },
    "vscode-pets.throwBallWithMouse": true,
    "vscode-pets.petSize": "small",
    "python.analysis.completeFunctionParens": true,
    "code-runner.clearPreviousOutput": true,
    "code-runner.saveFileBeforeRun": true,
    "editor.fontVariations": false,
    "emmet.includeLanguages": {
        "javascript": "javascriptreact"       
    },
    "emmet.triggerExpansionOnTab": true,
    "github.copilot.enable": {
        "plaintext": true,
        "markdown": true,
        "scminput": true
    },
    "editor.quickSuggestions": {
        "comments": "on",
        "strings": "inline"
    ],
    "workbench.activityBar.location": "top",
    "workbench.sideBar.location": "right",
    "window.menuBarVisibility": "compact",
    "window.commandCenter": false,
    "workbench.colorTheme": "Catppuccin Mocha",
    "workbench.iconTheme": "catppuccin-mocha",
    "vscode-pets.theme": "forest",
    "settingsSync.ignoredSettings": [],
}

Here is the correct option, since it complains about syntax

    },
    "workbench.activityBar.location": "top",
    "workbench.sideBar.location": "right",
    "window.menuBarVisibility": "compact",
    "window.commandCenter": false,
    "workbench.colorTheme": "Catppuccin Mocha",
    "workbench.iconTheme": "catppuccin-mocha",
    "vscode-pets.theme": "forest",
    "settingsSync.ignoredSettings": [],
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions