stan: configure vscode a bit

This commit is contained in:
Aaron Bieber 2024-02-09 11:30:10 -07:00
parent bef7ef221a
commit a8be30d353
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
, ...
}:
let
inherit (pkgs.vscode-utils) buildVscodeMarketplaceExtension;
testingMode = true;
syslogPort = 514;
pubKeys = [
@ -186,6 +187,48 @@ in
tcpdump
unzip
virt-manager
(vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [
golang.go
ms-vscode-remote.remote-ssh
rust-lang.rust-analyzer
streetsidesoftware.code-spell-checker
vscodevim.vim
(buildVscodeMarketplaceExtension {
mktplcRef = {
name = "lit-html";
publisher = "bierner";
version = "1.11.1";
sha256 = "sha256-bN786jjTKkcrF0UUOG/J1/k1wqM7JfUO1pQomWLu8+I=";
};
})
(buildVscodeMarketplaceExtension {
mktplcRef = {
name = "lit-plugin";
publisher = "runem";
version = "1.4.3";
sha256 = "sha256-jhGqtBFkpOChVocv+5zLqA/EtoITbdftI+tMTjjBqs0=";
};
})
(buildVscodeMarketplaceExtension {
mktplcRef = {
name = "solargraph";
publisher = "castwide";
version = "0.24.1";
sha256 = "sha256-M96kGuCKo232rIwLovDU+C/rhEgZWT4s/zsR7CUYPnk=";
};
})
(buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-todo-highlight";
publisher = "wayou";
version = "1.0.5";
sha256 = "sha256-CQVtMdt/fZcNIbH/KybJixnLqCsz5iF1U0k+GfL65Ok=";
};
})
];
})
wireshark
zig
];