summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-19 20:06:51 -0300
committerGitHub <noreply@github.com>2023-03-19 20:06:51 -0300
commit1e8f6f88d4a765362dd9f5d5655e8268dd5156ee (patch)
tree86e0d0d36bbca1c770a8eaa48dc81b6f13030a97
parentf64c078c9150496e6bcbbb59c9001a77e25d8221 (diff)
parentb609654a98082afda26ad213b2d307297c95c09a (diff)
downloadnixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar.gz
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar.bz2
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar.lz
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar.xz
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.tar.zst
nixpkgs-1e8f6f88d4a765362dd9f5d5655e8268dd5156ee.zip
Merge pull request #222102 from NixOS/revert-222091-patch/vscode/extensions/quote
Revert "vscode-extensions: move underscore-prefixed extension identifiers to quoted ones"
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index a6f40676620..dfb3ad2b3ad 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -33,7 +33,7 @@ let
   #
   baseExtensions = self: lib.mapAttrs (_n: lib.recurseIntoAttrs)
     {
-      "1Password".op-vscode = buildVscodeMarketplaceExtension {
+      _1Password.op-vscode = buildVscodeMarketplaceExtension {
         mktplcRef = {
           publisher = "1Password";
           name = "op-vscode";
@@ -50,7 +50,7 @@ let
         };
       };
 
-      "2gua".rainbow-brackets = buildVscodeMarketplaceExtension {
+      _2gua.rainbow-brackets = buildVscodeMarketplaceExtension {
         mktplcRef = {
           publisher = "2gua";
           name = "rainbow-brackets";
@@ -66,7 +66,7 @@ let
         };
       };
 
-      "4ops".terraform = buildVscodeMarketplaceExtension {
+      _4ops.terraform = buildVscodeMarketplaceExtension {
         mktplcRef = {
           publisher = "4ops";
           name = "terraform";
@@ -3194,15 +3194,13 @@ let
           license = lib.licenses.mit;
         };
       };
+
     };
 
   aliases = self: super: {
     # aliases
     jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls;
     ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; };
-    _1Password = lib.trace ''_1Password has been replaced with "1Password"'' self."1Password";
-    _2gua = lib.trace ''_2gua has been replaced with "2gua"'' self."2gua";
-    _4ops = lib.trace ''_4ops has been replaced with "4ops"'' self."4ops";
   };
 
   # TODO: add overrides overlay, so that we can have a generated.nix