Remove test string

This commit is contained in:
Daniel Imms
2024-02-16 13:01:13 -08:00
parent b9f9060711
commit ec00f84dce
@@ -35,8 +35,6 @@ registerActiveXtermAction({
}
const contr = TerminalChatController.activeChatWidget || TerminalChatController.get(activeInstance);
contr?.chatWidget?.reveal();
// TODO: Remove this before merging to main
contr?.chatWidget?.setValue('list files');
}
});