mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05:06 +01:00
codelldb
This commit is contained in:
parent
19e697a7bb
commit
f5274b7407
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
"window.zoomLevel" = 1;
|
"window.zoomLevel" = 1;
|
||||||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
|
"debug.allowBreakpointsEverywhere" = false;
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
|
|
@ -45,6 +46,7 @@
|
||||||
bmalehorn.vscode-fish
|
bmalehorn.vscode-fish
|
||||||
nvarner.typst-lsp
|
nvarner.typst-lsp
|
||||||
github.vscode-github-actions
|
github.vscode-github-actions
|
||||||
|
vadimcn.vscode-lldb
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
{
|
{
|
||||||
publisher = "dtsvet";
|
publisher = "dtsvet";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue