mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
vscode-extensions.tabnine.tabnine-vscode: init at 3.4.27
This commit is contained in:
parent
079f6b270b
commit
c0a481b1a3
1 changed files with 12 additions and 0 deletions
|
@ -1390,6 +1390,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tabnine.tabnine-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "tabnine-vscode";
|
||||||
|
publisher = "tabnine";
|
||||||
|
version = "3.4.27";
|
||||||
|
sha256 = "sha256-Xg/N59a38OKEWb/4anysslensUoj9ENcuobkyByFDxE=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
|
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "even-better-toml";
|
name = "even-better-toml";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue