settings.json - Profile
 
{
    "sqltools.connections": [],
    "workbench.colorTheme": "Visual Studio 2019 Light",
    "editor.tabSize": 2,
    "liveServer.settings.donotShowInfoMsg": true,
    "[python]": {
        "editor.formatOnType": true
    },
    "workbench.iconTheme": "vscode-icons",
    "console-ninja.toolsToEnableSupportAutomaticallyFor": {
        "live-server-extension": true,
        "live-preview-extension": true
    },
    "liveServer.settings.donotVerifyTags": true,
    "vsicons.dontShowNewVersionMessage": true,
    "console-ninja.featureSet": "Community",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.fontFamily": "'JetBrains Mono', Consolas, monospace",
    "terminal.integrated.fontFamily": "'JetBrains Mono', Consolas, monospace",
    "editor.tokenColorCustomizations": {
        "comments": "#979797"
    },
    "terminal.explorerKind": "external",
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell"
        },
        "Command Prompt": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
        "Git Bash": {
            "source": "Git Bash"
        },
        "Cmder": {
            "name": "Cmder",
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [
                "/k",
                "${env:cmder_root}\\vendor\\bin\\vscode_init.cmd"
            ],
            "icon": "terminal-cmd",
            "color": "terminal.ansiGreen"
        },
    },
    "terminal.integrated.defaultProfile.windows": "Cmder",
    "terminal.integrated.env.windows": {},
    "git.autofetch": true,
    "security.workspace.trust.untrustedFiles": "open",
    "gitlens.views.tags.files.layout": "list",
    "bitoAI.codeCompletion.enableAutoCompletion": true,
    "bitoAI.codeCompletion.enableCommentToCode": true,
    "bitoAI.appearance.fontSize (Match with IDE Font)": false,
    "diffEditor.ignoreTrimWhitespace": false,
    "github.copilot.editor.enableAutoCompletions": true,
    "html.format.indentInnerHtml": true,
    "html.format.indentHandlebars": true,
    "todo-tree.general.tags": [
        "BUG",
        "HACK",
        "FIXME",
        "TODO",
        "XXX",
        "[ ]",
        "[x]",
        "FAIL"
    ],
    "git.openRepositoryInParentFolders": "never",
    "[sql]": {
        "editor.defaultFormatter": "mtxr.sqltools"
    },
    "gitlens.advanced.messages": {
        "suppressLineUncommittedWarning": true
    },
    "terminal.external.windowsExec": "C:\\cmder\\Cmder.exe",
    "workbench.startupEditor": "none",
    "editor.linkedEditing": true,
    "git.confirmSync": false,
    "[csharp]": {
        "editor.defaultFormatter": "ms-dotnettools.csharp"
    },
    "[php]": {
        "editor.defaultFormatter": "DEVSENSE.phptools-vscode"
    },
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "workbench.settings.applyToAllProfiles": [
        "editor.fontFamily",
        "editor.fontSize",
        "editor.fontWeight",
        "editor.lineHeight",
        "editor.letterSpacing",
        "editor.cursorStyle",
        "editor.cursorBlinking",
        "editor.cursorWidth",
        "editor.renderWhitespace",
        "editor.renderControlCharacters",
        "editor.wordWrap",
        "editor.minimap.enabled",
        "terminal.integrated.fontFamily",
        "terminal.integrated.fontSize",
        "terminal.integrated.fontWeight",
        "terminal.integrated.lineHeight",
        "terminal.integrated.letterSpacing"
    ],
    "github.copilot.nextEditSuggestions.enabled": false,
    "wakatime.apiKey": "[API-KEY]",
    "github.copilot.enable": {
        "*": true,
        "plaintext": false,
        "markdown": false,
        "scminput": false,
        "javascript": false
    },
    "terminal.integrated.automationProfile.windows": {},
    "editor.formatOnSave": true,
}
Explore all files