feat(vscode): inlucde alejandra and go support

This commit is contained in:
steveej 2024-05-25 11:37:11 +02:00
parent a0985689ab
commit f0c4b67ecb

View file

@ -28,7 +28,7 @@ in {
ms-vscode.theme-tomorrowkit ms-vscode.theme-tomorrowkit
nonylene.dark-molokai-theme nonylene.dark-molokai-theme
kamadorueda.alejandra
# TODO: these are not in nixpkgs # TODO: these are not in nixpkgs
@ -47,6 +47,9 @@ in {
serayuzgur.crates serayuzgur.crates
rust-lang.rust-analyzer rust-lang.rust-analyzer
swellaby.vscode-rust-test-adapter swellaby.vscode-rust-test-adapter
golang.go
jeff-hykin.better-go-syntax
]))); ])));
mutableExtensionsDir = true; mutableExtensionsDir = true;
}; };