{ "editor.scrollBeyondLastLine": false, "editor.minimap.enabled": true, "editor.formatOnType": true, "editor.formatOnPaste": true, "editor.emptySelectionClipboard": false, "workbench.iconTheme": "vs-nomo-dark", "telemetry.enableTelemetry": false, "telemetry.enableCrashReporter": false, "editor.dragAndDrop": true, "explorer.enableDragAndDrop": true, "window.zoomLevel": 0, "guides.active.color.dark": "rgba(60, 60, 60, 0.75)", "composer.executablePath": "/usr/bin/composer", "editor.wordWrap": "off", "git.autorefresh": false, "git.autofetch": false, "editor.renderIndentGuides": false, "code-runner.runInTerminal": true, "workbench.startupEditor": "newUntitledFile", "python.formatting.provider": "yapf", "explorer.confirmDragAndDrop": false, "workbench.statusBar.visible": true, "code-runner.executorMap": { "javascript": "node", "php": "php", "python": "python", "csharp": "dotnet run", "typescript": "ts-node", }, "git.confirmSync": false, "omnisharp.loggingLevel": "warning", "terminal.integrated.cursorStyle": "line", "editor.fontFamily": "'DejaVuSansMono Nerd Font Mono', monospace", "csharp.referencesCodeLens.enabled": false, "editor.renderWhitespace": "all", "todohighlight.include": [ "**/*.py", "**/*.cs", "**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.html", "**/*.php", "**/*.css", "**/*.scss" ], "todohighlight.exclude": [ "**/node_modules/**", "**/bower_components/**", "**/dist/**", "**/build/**", "**/.vscode/**", "**/.github/**", "**/_output/**", "**/*.min.*", "**/*.map", "**/.next/**", "**/vendor/**" ], "todohighlight.keywords": [ { "text": "FIXME:", "color": "white", "backgroundColor": "orangeRed" }, { "text": "TODO:", "color": "white", "backgroundColor": "darkorange" }, { "text": "MAYBE:", "color": "white", "backgroundColor": "lightgreen" }, { "text": "DANGER:", "color": "orangeRed", "backgroundColor": "none" }, { "text": "NOTE:", "color": "darkorange", "backgroundColor": "none" }, { "text": "REMARK:", "color": "lightgreen", "backgroundColor": "none" }, ], "todohighlight.toggleURI": true, "fileutils.delete.useTrash": false, "workbench.activityBar.visible": false, "code-runner.enableAppInsights": false, "breadcrumbs.enabled": true, "diffEditor.ignoreTrimWhitespace": true, "editor.renderControlCharacters": false, "spellright.addToSystemDictionary": true, "spellright.configurationScope": "user", "eslint.validate": [ "javascript", "javascriptreact", "vue" ], "window.menuBarVisibility": "default", "search.location": "sidebar", "window.titleBarStyle": "native", "liveServer.settings.donotVerifyTags": true, "liveServer.settings.donotShowInfoMsg": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "python.jediEnabled": false, "workbench.sideBar.location": "left", "activitusbar.views": [ { "name": "explorer", "octicon": "file-text" }, { "name": "search", "octicon": "search" }, { "name": "scm", "octicon": "repo-forked" }, { "name": "debug", "octicon": "bug" }, { "name": "extensions", "octicon": "package" } ], "activitusbar.activeColour": "white", "activitusbar.inactiveColour": "lightgrey", "[vue]": { "editor.tabSize": 2 }, "cSpell.language": "en,fr", "cSpell.userWords": [ "Archlinux", "Catgirl", "Maelys", "Pleroma", "Subpersonalities", "aujourd'hui", "comtodon", "fediverse", "misgendered" ], "cSpell.enabledLanguageIds": [ "asciidoc", "c", "cpp", "csharp", "css", "git-commit", "go", "handlebars", "html", "jade", "java", "javascript", "javascriptreact", "json", "jsonc", "latex", "less", "markdown", "php", "plaintext", "pug", "python", "restructuredtext", "rust", "scala", "scss", "text", "typescript", "typescriptreact", "yaml", "yml" ], "workbench.enableExperiments": false, "workbench.settings.enableNaturalLanguageSearch": false, "update.mode": "none", "update.showReleaseNotes": false, }