Skip to content

Commit 0530994

Browse files
committed
fix(template): disable an open-vsx extension
1 parent 0a98964 commit 0530994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
vscode = vscodium;
2323
vscodeExtensions = [
2424
pkgs.vscode-marketplace.golang.go
25-
pkgs.open-vsx-release.rust-lang.rust-analyzer
25+
# TODO enable after resolving https://github.com/nix-community/nix-vscode-extensions/issues/122
26+
# pkgs.open-vsx-release.rust-lang.rust-analyzer
2627
# unfree
2728
pkgs.vscode-marketplace.ms-python.vscode-pylance
2829
];

0 commit comments

Comments
 (0)