We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a98964 commit 0530994Copy full SHA for 0530994
template/flake.nix
@@ -22,7 +22,8 @@
22
vscode = vscodium;
23
vscodeExtensions = [
24
pkgs.vscode-marketplace.golang.go
25
- pkgs.open-vsx-release.rust-lang.rust-analyzer
+ # TODO enable after resolving https://github.com/nix-community/nix-vscode-extensions/issues/122
26
+ # pkgs.open-vsx-release.rust-lang.rust-analyzer
27
# unfree
28
pkgs.vscode-marketplace.ms-python.vscode-pylance
29
];
0 commit comments