update vscode configuration

This commit is contained in:
Salar Rahmanian 2025-10-12 10:33:28 -07:00
parent 51bc78a357
commit c5819a161e
2 changed files with 4 additions and 7 deletions

View file

@ -22,6 +22,7 @@
"gh-copilot"
"slack"
"vscode"
"vscode-extension-anthropic-claude-code"
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"
"vscode-extension-MS-python-vscode-pylance"
@ -75,8 +76,6 @@
nixfmt-rfc-style
nix-prefetch-git
nodejs
noto-fonts
noto-fonts-color-emoji
ollama
openssl
pandoc

View file

@ -2,7 +2,8 @@
let
myExtensions = with pkgs.vscode-extensions; [
asvetliakov.vscode-neovim
anthropic.claude-code
anweber.vscode-httpyac
baccata.scaladex-search
charliermarsh.ruff
davidanson.vscode-markdownlint
@ -11,7 +12,6 @@ let
github.github-vscode-theme
github.vscode-github-actions
github.vscode-pull-request-github
humao.rest-client
jnoortheen.nix-ide
marp-team.marp-vscode
mechatroner.rainbow-csv
@ -37,6 +37,7 @@ let
visualstudioexptteam.vscodeintellicode
visualjj.visualjj
vscode-icons-team.vscode-icons
vscodevim.vim
vscjava.vscode-java-pack
yzhang.markdown-all-in-one
];
@ -45,9 +46,6 @@ let
"editor.fontLigatures" = true;
"editor.fontSize" = 13;
"editor.copyWithSyntaxHighlighting" = true;
"extensions.experimental.affinity" = {
"asvetliakov.vscode-neovim" = 1;
};
"extensions.ignoreRecommendations" = true;
"files.autoSave" = "afterDelay";
"git.confirmSync" = true;