Dominic Slee
Dominic Slee
> 1 Opening a new terminal 2 Clearing the terminal with ctrl+l 3 Using ctrl+c I tested these three scenarios with `add_newline = true` on powershell, zsh & bash I...
I think the zsh, fish and pwsh solutions I've put here are pretty OK, the bash solution of overriding the keybinding of C-l is a bit of a hack but...
Gday @davidkna, no worries for a late review, thanks for your ongoing feedback 👍 I think it would make more sense to break it up per shell implementation, so I...
I have been using the `pwsh` solution here for a few months on windows (native, not wsl) and mac with no issues, so this PR is still relevant 😄 If...
So for this use case https://github.com/firsttris/vscode-jest-runner/issues/199#issuecomment-1652680492, we are trying to fix the path of the test file, right? > This command fails as the test file is found within /usr/app/server/.....,...