mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
commit
34281ee113
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user