Update vscode settings
This commit is contained in:
parent
fd0aa3e734
commit
50671173ad
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@
|
||||||
"explorer.confirmDelete" = false;
|
"explorer.confirmDelete" = false;
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"terminal.integrated.shellIntegration.enabled" = false;
|
"terminal.integrated.shellIntegration.enabled" = false;
|
||||||
|
"terminal.external.linuxExec" = "alacritty";
|
||||||
|
"terminal.integrated.scrollback" = 65535;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue