Merge pull request #155513 from ImGabe/vscode-extensions.christian-kohler.path-intellisense
vscode-extensions.christian-kohler.path-intellisense: init at 2.6.1
This commit is contained in:
commit
64d00546a3
1 changed files with 16 additions and 0 deletions
|
@ -367,6 +367,22 @@ let
|
|||
|
||||
chenglou92.rescript-vscode = callPackage ./rescript { };
|
||||
|
||||
christian-kohler.path-intellisense = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "path-intellisense";
|
||||
publisher = "christian-kohler";
|
||||
version = "2.6.1";
|
||||
sha256 = "sha256-ol98g3pliBlyEQ+n7cR4O04J/0QB9U8+fvf+FC0j0Fc=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Visual Studio Code plugin that autocompletes filenames";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense";
|
||||
homepage = "https://github.com/ChristianKohler/PathIntellisense";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ imgabe ];
|
||||
};
|
||||
};
|
||||
|
||||
cmschuetz12.wal = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "wal";
|
||||
|
|
Loading…
Reference in a new issue