{
    "liveServer.settings.donotShowInfoMsg": true,
    "tabnine.experimentalAutoImports": true,
    "workbench.iconTheme": "material-icon-theme",
    "[dart]": {
        "editor.formatOnSave": true,
        "editor.formatOnType": true,
        "editor.rulers": [
            80
        ],
        "editor.selectionHighlight": false,
        "editor.suggest.snippetsPreventQuickSuggestions": false,
        "editor.suggestSelection": "first",
        "editor.tabCompletion": "onlySnippets",
        "editor.wordBasedSuggestions": "off"
    },
    "security.workspace.trust.untrustedFiles": "open",
    "explorer.confirmDelete": false,
    "editor.accessibilitySupport": "off",
    "update.showReleaseNotes": false,
    "github.copilot-labs.showBrushesLenses": true,
    "github.copilot-labs.showTestGenerationLenses": true,
    "github.copilot-labs.advanced": {},
    "git.autofetch": true,
    "python.defaultInterpreterPath": "C:\\Python311\\python.exe",
    "terminal.integrated.defaultProfile.windows": "Windows PowerShell",
    "svelte.enable-ts-plugin": true,
    "editor.fontSize": 20,
    "remote.SSH.remotePlatform": {
        "aptuslegal.app": "linux",
        "node.aptuslegal.app": "linux",
        "nodefact.aptuslegal.app": "linux"
    },
    "liveServer.settings.donotVerifyTags": true,
    "workbench.colorTheme": "Modern Purple Theme Dark",
    "git.openRepositoryInParentFolders": "never",
    "json.schemas": [


    ],
    "code-runner.executorMap": {
        "javascript": "node",
        "php": "C:\\xampp\\php\\php.exe",
        "python": "python",
        "perl": "perl",
        "ruby": "C:\\Ruby23-x64\\bin\\ruby.exe",
        "go": "go run",
        "html": "\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"",
        "java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
        "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
    }
}