removed unnecessary imports and improved my vscode

This commit is contained in:
Richie Cahill
2024-04-19 17:59:57 -04:00
parent 825956dc9c
commit ca2c058724
4 changed files with 4 additions and 10 deletions

View File

@ -12,7 +12,6 @@ in
programs.vscode = {
enable = true;
package = pkgs.vscode;
mutableExtensionsDir = true;
extensions = with pkgs.vscode-extensions; [
# vscode
ms-vscode-remote.remote-ssh
@ -28,8 +27,10 @@ in
eamodio.gitlens
codezombiech.gitignore
# python
ms-python.vscode-pylance
charliermarsh.ruff
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
# rust
rust-lang.rust-analyzer
# MD