mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove unused vscode extension namespace
This commit is contained in:
parent
885f463147
commit
eaeb2c0d66
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
vscode = pkgs.vscodium;
|
vscode = pkgs.vscodium;
|
||||||
vscodeExtensions =
|
vscodeExtensions =
|
||||||
let
|
let
|
||||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
open-vsx.jnoortheen.nix-ide
|
open-vsx.jnoortheen.nix-ide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue