update vscode extensions
This commit is contained in:
parent
1cd76a43b7
commit
bef175d334
1 changed files with 18 additions and 18 deletions
|
@ -5,6 +5,24 @@
|
||||||
(vscode-with-extensions.override {
|
(vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
|
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
|
||||||
++ vscode-utils.extensionsFromVscodeMarketplace [
|
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
publisher = "vscodevim";
|
||||||
|
name = "vim";
|
||||||
|
version = "1.13.0";
|
||||||
|
sha256 = "07i8p0grc238h3xqh1yyxh95231pvf6m7pbdfz9002rhj5mav87k";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
publisher = "TabNine";
|
||||||
|
name = "tabnine-vscode";
|
||||||
|
version = "2.2.3";
|
||||||
|
sha256 = "0wxffsl3sfhxvgl8gz2s0115fpabjqfrrvszbv7ijy6m8shf1clm";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
publisher = "matklad";
|
||||||
|
name = "rust-analyzer";
|
||||||
|
version = "0.1.20200302";
|
||||||
|
sha256 = "0lck4cqk7n9ankygq4c2qjrqz2dznrrsghmbra9c6478pgr6ip6q";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
name = "python";
|
name = "python";
|
||||||
|
@ -23,24 +41,12 @@
|
||||||
version = "0.5.5";
|
version = "0.5.5";
|
||||||
sha256 = "0s6a3hdckn2ssk7wkxdv09c0gjk4g0h8071bf7x8br0brnnrwsgi";
|
sha256 = "0s6a3hdckn2ssk7wkxdv09c0gjk4g0h8071bf7x8br0brnnrwsgi";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
publisher = "TabNine";
|
|
||||||
name = "tabnine-vscode";
|
|
||||||
version = "2.1.10";
|
|
||||||
sha256 = "10z9xn9haagyky5h9f8r7jfj5q9973lxknjqjm7bqks0qmvpxif3";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
publisher = "2gua";
|
publisher = "2gua";
|
||||||
name = "rainbow-brackets";
|
name = "rainbow-brackets";
|
||||||
version = "0.0.6";
|
version = "0.0.6";
|
||||||
sha256 = "1m5c7jjxphawh7dmbzmrwf60dz4swn8c31svbzb5nhaazqbnyl2d";
|
sha256 = "1m5c7jjxphawh7dmbzmrwf60dz4swn8c31svbzb5nhaazqbnyl2d";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
publisher = "vscodevim";
|
|
||||||
name = "vim";
|
|
||||||
version = "1.4.0";
|
|
||||||
sha256 = "0vfhvsp485rgik3pjzbpnc4jxrjpiykynl563a16rlz8h85x2m4f";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
publisher = "swyphcosmo";
|
publisher = "swyphcosmo";
|
||||||
name = "spellchecker";
|
name = "spellchecker";
|
||||||
|
@ -125,12 +131,6 @@
|
||||||
version = "0.2.3";
|
version = "0.2.3";
|
||||||
sha256 = "119xgyn1dggw2rcqkn2mnz364iw5jlrxg7pcydbijsqj5d3zdfsf";
|
sha256 = "119xgyn1dggw2rcqkn2mnz364iw5jlrxg7pcydbijsqj5d3zdfsf";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
publisher = "rust-lang";
|
|
||||||
name = "rust";
|
|
||||||
version = "0.6.1";
|
|
||||||
sha256 = "0f66z6b374nvnrn7802dg0xz9f8wq6sjw3sb9ca533gn5jd7n297";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
publisher = "serayuzgur";
|
publisher = "serayuzgur";
|
||||||
name = "crates";
|
name = "crates";
|
||||||
|
|
Loading…
Reference in a new issue