lint passing ai prompt

This commit is contained in:
EthanShoeDev
2025-09-17 19:35:57 -04:00
parent b24d44155d
commit 07f7ce9a6f
2 changed files with 22 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ const term = new Terminal({
allowProposedApi: true,
convertEol: true,
scrollback: 10000,
cursorBlink: true,
});
const fitAddon = new FitAddon();
term.loadAddon(fitAddon);