working rust debugger

This commit is contained in:
Cyryl Płotnicki 2020-09-18 22:25:06 +01:00
parent b17c4302bb
commit d72e780806

View file

@ -2,110 +2,124 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
(vscode-with-extensions.override { (vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ] vscodeExtensions = with vscode-extensions; [
++ vscode-utils.extensionsFromVscodeMarketplace [ bbenoist.Nix
{ (
publisher = "vscodevim"; pkgs.vscode-utils.buildVscodeExtension {
name = "vim"; vscodeExtUniqueId = "vadimcn.vscode-lldb";
version = "1.16.0"; name = "vadimcn.vscode-lldb-1.5.3";
sha256 = "13ng5ib5h2642m1y96a5fdfqbjkmsapfiq6pal8fja3afnkb11l5"; src = pkgs.fetchurl {
} name = "vadimcn.vscode-lldb.zip";
{ url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.5.3/codelldb-${pkgs.system}.vsix";
publisher = "TabNine"; sha256 = "0f91nzvgda56zxwryf2c1fd81di6qgsjp822b673cxfpjhzgqznf";
name = "tabnine-vscode"; };
version = "2.2.3"; buildInputs = with pkgs; [ python37 autoPatchelfHook ];
sha256 = "0wxffsl3sfhxvgl8gz2s0115fpabjqfrrvszbv7ijy6m8shf1clm"; }
} )
{ ]
publisher = "matklad"; ++ vscode-utils.extensionsFromVscodeMarketplace [
name = "rust-analyzer"; {
version = "0.2.297"; publisher = "vscodevim";
sha256 = "0pj29k5pm1p7f987x9rjd0pks552fxvjv72dscxsk84svl132s0f"; name = "vim";
} version = "1.16.0";
{ sha256 = "13ng5ib5h2642m1y96a5fdfqbjkmsapfiq6pal8fja3afnkb11l5";
publisher = "2gua"; }
name = "rainbow-brackets"; {
version = "0.0.6"; publisher = "TabNine";
sha256 = "1m5c7jjxphawh7dmbzmrwf60dz4swn8c31svbzb5nhaazqbnyl2d"; name = "tabnine-vscode";
} version = "2.2.3";
{ sha256 = "0wxffsl3sfhxvgl8gz2s0115fpabjqfrrvszbv7ijy6m8shf1clm";
publisher = "swyphcosmo"; }
name = "spellchecker"; {
version = "1.2.13"; publisher = "matklad";
sha256 = "1lr33lf01afgi74c1a9gylk92li4hyq24l8bki4l6ggl4z4c2h3w"; name = "rust-analyzer";
} version = "0.2.297";
{ sha256 = "0pj29k5pm1p7f987x9rjd0pks552fxvjv72dscxsk84svl132s0f";
publisher = "asabil"; }
name = "meson"; {
version = "1.1.1"; publisher = "2gua";
sha256 = "00cc28a2nb325f54bx51wf5q15x1pmsn0j9z6rnxxqxwii1dm5cl"; name = "rainbow-brackets";
} version = "0.0.6";
{ sha256 = "1m5c7jjxphawh7dmbzmrwf60dz4swn8c31svbzb5nhaazqbnyl2d";
publisher = "bungcip"; }
name = "better-toml"; {
version = "0.3.2"; publisher = "swyphcosmo";
sha256 = "08lhzhrn6p0xwi0hcyp6lj9bvpfj87vr99klzsiy8ji7621dzql3"; name = "spellchecker";
} version = "1.2.13";
{ sha256 = "1lr33lf01afgi74c1a9gylk92li4hyq24l8bki4l6ggl4z4c2h3w";
publisher = "codezombiech"; }
name = "gitignore"; {
version = "0.6.0"; publisher = "asabil";
sha256 = "0gnc0691pwkd9s8ldqabmpfvj0236rw7bxvkf0bvmww32kv1ia0b"; name = "meson";
} version = "1.1.1";
{ sha256 = "00cc28a2nb325f54bx51wf5q15x1pmsn0j9z6rnxxqxwii1dm5cl";
publisher = "DavidAnson"; }
name = "vscode-markdownlint"; {
version = "0.26.0"; publisher = "bungcip";
sha256 = "0g4pssvajn7d8p2547v7313gjyqx4pzs7cbjws2s3v2fk1sw7vbj"; name = "better-toml";
} version = "0.3.2";
{ sha256 = "08lhzhrn6p0xwi0hcyp6lj9bvpfj87vr99klzsiy8ji7621dzql3";
publisher = "esbenp"; }
name = "prettier-vscode"; {
version = "1.8.1"; publisher = "codezombiech";
sha256 = "0qcm2784n9qc4p77my1kwqrswpji7bp895ay17yzs5g84cj010ln"; name = "gitignore";
} version = "0.6.0";
{ sha256 = "0gnc0691pwkd9s8ldqabmpfvj0236rw7bxvkf0bvmww32kv1ia0b";
publisher = "hbenl"; }
name = "vscode-test-explorer"; {
version = "2.9.3"; publisher = "DavidAnson";
sha256 = "1yf85hgvganxq5n5jff9ckn3smxd6xi79cgn6k53qi5w1r5rahy0"; name = "vscode-markdownlint";
} version = "0.26.0";
{ sha256 = "0g4pssvajn7d8p2547v7313gjyqx4pzs7cbjws2s3v2fk1sw7vbj";
publisher = "lextudio"; }
name = "restructuredtext"; {
version = "106.0.0"; publisher = "esbenp";
sha256 = "096r8071202nxi1is6z7dghcmpsh0f0mm3mp3cfh1yj2mnyzlaxa"; name = "prettier-vscode";
} version = "1.8.1";
{ sha256 = "0qcm2784n9qc4p77my1kwqrswpji7bp895ay17yzs5g84cj010ln";
publisher = "lostintangent"; }
name = "vsls-pomodoro"; {
version = "0.1.0"; publisher = "hbenl";
sha256 = "1b73zbkhlhacvi18cx4g3n6randy3hw9cab1gkw5gzb3375w7w3p"; name = "vscode-test-explorer";
} version = "2.9.3";
{ sha256 = "1yf85hgvganxq5n5jff9ckn3smxd6xi79cgn6k53qi5w1r5rahy0";
publisher = "lostintangent"; }
name = "vsls-whiteboard"; {
version = "0.0.8"; publisher = "lextudio";
sha256 = "13fcay9bs861msb5y694casbw66dmhl504xm5cvprssx1qka186p"; name = "restructuredtext";
} version = "106.0.0";
{ sha256 = "096r8071202nxi1is6z7dghcmpsh0f0mm3mp3cfh1yj2mnyzlaxa";
publisher = "mechatroner"; }
name = "rainbow-csv"; {
version = "1.0.0"; publisher = "lostintangent";
sha256 = "1fyamgm7zq31r3c00cn6pcb66rrkfhwfmp72qnhrajydmnvcnbg6"; name = "vsls-pomodoro";
} version = "0.1.0";
{ sha256 = "1b73zbkhlhacvi18cx4g3n6randy3hw9cab1gkw5gzb3375w7w3p";
publisher = "ronnidc"; }
name = "nunjucks"; {
version = "0.2.3"; publisher = "lostintangent";
sha256 = "119xgyn1dggw2rcqkn2mnz364iw5jlrxg7pcydbijsqj5d3zdfsf"; name = "vsls-whiteboard";
} version = "0.0.8";
{ sha256 = "13fcay9bs861msb5y694casbw66dmhl504xm5cvprssx1qka186p";
publisher = "serayuzgur"; }
name = "crates"; {
version = "0.4.2"; publisher = "mechatroner";
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj"; name = "rainbow-csv";
} version = "1.0.0";
];}) sha256 = "1fyamgm7zq31r3c00cn6pcb66rrkfhwfmp72qnhrajydmnvcnbg6";
]; }
} {
publisher = "ronnidc";
name = "nunjucks";
version = "0.2.3";
sha256 = "119xgyn1dggw2rcqkn2mnz364iw5jlrxg7pcydbijsqj5d3zdfsf";
}
{
publisher = "serayuzgur";
name = "crates";
version = "0.4.2";
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj";
}
];})
];
}