add tabnine completion to vscode
This commit is contained in:
parent
9be15b1096
commit
365ef15ac1
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ in
|
|||
(unstable.vscode-with-extensions.override {
|
||||
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
|
||||
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
publisher = "TabNine";
|
||||
name = "tabnine-vscode";
|
||||
version = "2.1.10";
|
||||
sha256 = "10z9xn9haagyky5h9f8r7jfj5q9973lxknjqjm7bqks0qmvpxif3";
|
||||
}
|
||||
{
|
||||
publisher = "2gua";
|
||||
name = "rainbow-brackets";
|
||||
|
|
Loading…
Reference in a new issue