vscode-extensions.alexdima.copy-relative-path: init at 0.0.2
This commit is contained in:
parent
70f5ea8836
commit
c79031acf8
1 changed files with 12 additions and 0 deletions
|
@ -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 a new issue