Unverified Commit 709f13c0 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.tauri-apps.tauri-vscode: init at 0.2.9 (#348126)

parents f6ec4230 6d73285d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -4684,6 +4684,21 @@ let
        };
      };

      tauri-apps.tauri-vscode = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "tauri-vscode";
          publisher = "tauri-apps";
          version = "0.2.9";
          hash = "sha256-ySfsmKAReKTLl6lHax2fnPu9paQ2pBSEMUoeGtGJelA=";
        };
        meta = {
          description = "Enhances the experience of Tauri apps development";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode";
          homepage = "https://github.com/tauri-apps/tauri-vscode";
          license = lib.licenses.mit;
        };
      };

      teabyii.ayu = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "ayu";