From b37a16fc933ee31b9a43bc2f815506aa6048c4cc Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 10 May 2024 23:59:54 +0200 Subject: [PATCH] feat(vscode): sync --- home/apps/vscode.nix | 10 +++++----- home/apps/vscode/settings.json | 10 +++++++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/home/apps/vscode.nix b/home/apps/vscode.nix index 9007cf8..82cb2b7 100644 --- a/home/apps/vscode.nix +++ b/home/apps/vscode.nix @@ -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 diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index f55a087..1893e34 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -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": {