Merge pull request #109016 from rhoriguchi/vscode-extensions/copy-relative-path

vscode-extensions.alexdima.copy-relative-path: init at 0.0.2
This commit is contained in:
Sandro 2021-01-13 01:03:03 +01:00 committed by GitHub
commit 34281ee113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,18 @@ let
};
};
alexdima.copy-relative-path = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "copy-relative-path";
publisher = "alexdima";
version = "0.0.2";
sha256 = "06g601n9d6wyyiz659w60phgm011gn9jj5fy0gf5wpi2bljk3vcn";
};
meta = {
license = lib.licenses.mit;
};
};
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pylance";