mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #231159 from drupol/vscode/add-vscode-coder-extension
vscode-extensions.coder.coder-remote: init at 0.1.18
This commit is contained in:
commit
7e7c514e82
@ -645,6 +645,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
coder.coder-remote = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "coder-remote";
|
||||
publisher = "coder";
|
||||
version = "0.1.18";
|
||||
sha256 = "soNGZuyvG5+haWRcwYmYB+0OcyDAm4UQ419UnEd8waA=";
|
||||
};
|
||||
meta = {
|
||||
description = "An extension for Visual Studio Code to open any Coder workspace in VS Code with a single click.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=coder.coder-remote";
|
||||
homepage = "https://github.com/coder/vscode-coder";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
};
|
||||
};
|
||||
|
||||
codezombiech.gitignore = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "gitignore";
|
||||
|
Loading…
Reference in New Issue
Block a user