1
Fork 0

Disable auto-updating and remove unused settings.

This commit is contained in:
Bauke 2022-10-30 11:58:14 +01:00
parent 870fc16aa6
commit 021d0faa4b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 11 additions and 55 deletions

View File

@ -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. */

View File

@ -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