updated vscode-lldb

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-09 22:59:25 -05:00
parent 94a3b43e5e
commit 372adb4131

View File

@ -48,7 +48,14 @@
vscode = vscodium; vscode = vscodium;
vscodeExtensions = with vscode-extensions; [ vscodeExtensions = with vscode-extensions; [
rust-lang.rust-analyzer rust-lang.rust-analyzer
vadimcn.vscode-lldb ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "vscode-lldb";
publisher = "vadimcn";
version = "1.11.4";
# sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
sha256 = "ylWlqKSiqsOL1S4vaFKLDck1wGm155bEGGL4+sKdBF8=";
}
]; ];
}) })
]; ];