Feature proposal: Isolate test runs in terminal #2974
Labels
enhancement
New feature or request
server
This pull request should be included in the server gem's release notes
vscode
This pull request should be included in the VS Code extension's release notes
(I'm unsure how to best name this feature, so suggestions for a better title are welcome)
When trying out rust-analyzer, I noticed that running the tests via a Code Lens will 'take over' the terminal pane, e.g.
(Note the instruction on the final line).
This approach has the nice advantage that when you scroll back, you see only output for the last run of the test, rather than previous runs, making things less noisy.
It also prevent a user's typed command from getting mangled by the text sent to the terminal by the LSP.
(I've tagged this with
vscode
andserver
as I haven't yet looked at where it's implemented)The text was updated successfully, but these errors were encountered: