feat(vscode): sync

This commit is contained in:
winston 2024-05-10 23:59:54 +02:00
parent 2bfedcd162
commit b37a16fc93
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 12 additions and 8 deletions

View file

@ -21,7 +21,12 @@ in
# patches
ms-python.python
ms-python.vscode-pylance
# locked to the latest release
ms-kubernetes-tools.vscode-kubernetes-tools
ms-vscode-remote.remote-ssh
ms-vscode.hexeditor
ms-vscode.live-server
ms-vscode.test-adapter-converter
sumneko.lua
# needs a pinned release
github.vscode-pull-request-github
@ -92,11 +97,6 @@ in
lunuan.kubernetes-templates
mikestead.dotenv
mkhl.direnv
ms-kubernetes-tools.vscode-kubernetes-tools
ms-vscode-remote.remote-ssh-edit
ms-vscode.live-server
ms-vscode.remote-explorer
ms-vscode.test-adapter-converter
oscarotero.vento-syntax
redhat.vscode-yaml
ryanluker.vscode-coverage-gutters

View file

@ -38,8 +38,8 @@
"window.autoDetectColorScheme": true,
"window.commandCenter": false,
"window.titleBarStyle": "custom",
"workbench.colorTheme": "Catppuccin Latte",
"workbench.iconTheme": "catppuccin-latte",
"workbench.colorTheme": "Catppuccin Mocha",
"workbench.iconTheme": "catppuccin-mocha",
"workbench.layoutControl.enabled": false,
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
@ -75,14 +75,18 @@
"*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts",
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss",
".env": "*.env, .env.*, .envrc, env.d.ts",
"*": "$(capture).license",
"cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml",
"default.nix": "shell.nix",
"deno.json": "deno.lock",
"flake.nix": "flake.lock",
"package.json": "package-lock.json, pnpm-lock.yaml, yarn.lock, yarn.config.cjs, .yarn*, .pnp.*, .eslint*, .prettier*",
"package.json": "package-lock.json, pnpm-lock.yaml, yarn.lock, yarn.config.cjs, .yarn*, jsconfig.json, tsconfig.json, *config.js, *.config.cjs, *.config.mjs, .pnp.*, .eslint*, .prettier*, .npmrc",
"readme*": "authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors*",
"release-please-config.json": ".release-please-manifest.json"
},
"files.associations": {
"dep5": "debian-copyright"
},
"remote.SSH.useLocalServer": false,
"remote.SSH.remotePlatform": {