diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 470dcbf..b48b666 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -20,6 +20,8 @@ "explorer.confirmDragAndDrop": false, "explorer.sortOrder": "type", /* VS Code extensions settings. */ + "extensions.autoCheckUpdates": false, + "extensions.autoUpdate": false, "extensions.ignoreRecommendations": true, /* VS Code files settings. */ "files.associations": { @@ -48,11 +50,18 @@ /* VS Code search settings. */ "search.showLineNumbers": true, /* VS Code TypeScript settings. */ + "typescript.disableAutomaticTypeAcquisition": true, "typescript.updateImportsOnFileMove.enabled": "always", + /* VS Code update settings. */ + "update.mode": "none", + "update.showReleaseNotes": false, /* VS Code window settings. */ "window.titleBarStyle": "custom", /* VS Code workbench settings. */ "workbench.colorTheme": "Love Dark", + "workbench.enableExperiments": false, + "workbench.editSessions.autoResume": "off", + "workbench.editSessions.continueOn": "off", "workbench.iconTheme": "vscode-icons", "workbench.startupEditor": "none", /* Extension settings. */ @@ -83,19 +92,6 @@ "liveServer.settings.wait": 1000, // Markdown Preview Enhanced (ID: shd101wyy.markdown-preview-enhanced). "markdown-preview-enhanced.previewTheme": "github-dark.css", - // Python (ID: ms-python.python) - "python.formatting.provider": "black", - "python.languageServer": "Jedi", - "python.linting.enabled": true, - "python.linting.flake8Enabled": false, - "python.linting.mypyEnabled": true, - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true, - "python.testing.pytestArgs": [ - "tests" - ], - // Rust (ID: rust-lang.rust). - "rust.clippy_preference": "on", // Stylelint (ID: stylelint.vscode-stylelint) "stylelint.validate": [ "css", @@ -105,40 +101,6 @@ ], // SVG Preview (ID: jock.svg) "svg.preview.mode": "svg", - // TODO Highlight (ID: wayou.vscode-todo-highlight). - "todohighlight.keywords": [ - { - "backgroundColor": "#41C8E5", - "color": "#1F1731", - "text": "TODO:" - }, - { - // Useful for highlighting TODOs in Rust with its `todo!` macro. - "backgroundColor": "#41C8E5", - "color": "#1F1731", - "text": "todo!" - }, - { - "backgroundColor": "#F99FB1", - "color": "#1F1731", - "text": "DEBUG:" - }, - { - "backgroundColor": "#D2B83A", - "color": "#1F1731", - "text": "SPEC:" - }, - { - "backgroundColor": "#96C839", - "color": "#1F1731", - "text": "NOTE:" - } - ], - // TODO Tree (ID: gruntfuggly.todo-tree). - "todo-tree.filtering.useBuiltInExcludes": "file excludes", - "todo-tree.highlights.enabled": false, - // Redhat - "redhat.telemetry.enabled": false, // Linter XO (ID: samverschueren.linter-xo). "xo.format.enable": true, /* Language-specific overrides. */ diff --git a/.config/codium-extensions.txt b/.config/codium-extensions.txt index 0bed225..d5defc5 100644 --- a/.config/codium-extensions.txt +++ b/.config/codium-extensions.txt @@ -1,15 +1,9 @@ brunnerh.insert-unicode -foxundermoon.shell-format Holllo.love -matthewpi.caddyfile-support -ms-python.python -ms-toolsai.jupyter -ms-toolsai.jupyter-keymap -ms-toolsai.jupyter-renderers -redhat.vscode-xml -redhat.vscode-yaml +jock.svg ritwickdey.LiveServer rust-lang.rust-analyzer +samverschueren.linter-xo serayuzgur.crates shd101wyy.markdown-preview-enhanced stylelint.vscode-stylelint