Turned out that the language's official extension picked up on build commands I ran through the integrated terminal, and then tried to be helpful by "hijacking" my invocation and running its own VSCode Task instead (which was configured to open a terminal window). Edit: And that's suspicious...
ms-vscode.powershell@2024.0.0 Steps to Reproduce Ensure the powershell.debugging.createTemporaryIntegratedConsole settings is enabled. Run a PowerShell script. e.g. for ($i = 0; $i -lt 10; $i++) { Write-Host "Running script. Press Ctrl+C to cancel script. $i" Start-Sleep -Seconds...
Add terminal.integrated.tabStopWidth option #170733 Merged Contributor Author probablykasper commented Jan 6, 2023 Sweet, I opened a PR Tyriar modified the milestones: Backlog, January 2023 Jan 9, 2023 Tyriar closed this as completed in #170733 Jan 9, 2023 VSCodeTriageBot added unreleased...
CTRL+Cdoes not immediately stop Vitest when tests are slow or stuck. I've seen Vitest being impossible to terminate when tests are stuck because of an issue with fake timers for example, I had to completely close the terminal. When test are just particularly slow it's frustrating that Vi...
For the past while, any time the status bar was left spinning (with the suspicion that nothing is actually still running), it was some kind of failure above vscode-java/src/standardLanguageClient.ts Line 145 in 6cc071a activationProgressNotification.hide(); , which resulted in the notif...
Type: Bug "The connection to the terminal's pty host process is unresponsive, the terminals may stop working" This message started to appear today and I've tried several solutions that I've found on differents websites: -Reload the windo...
Type: Bug The connection to the terminal’s pty host process is unresponsive, the terminals may stop working. VS Code version: Code 1.79.0 (b380da4, 2023-06-07T14:26:35.552Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info Item V...
So ive been getting this issue nonstop for 2 days now. Checked all old bugs but still couldnt fix it. Ive tried to download older versions of vscode and also python. Ive deleted both and installed again. Just same error over and over aga...
scripts like "python train.py" on the command line. I often encounter problems with the pty host disconnecting, or the built-in command line is very laggy, I am now used to local I'm now used to running python scripts in the local terminal, but I hope the vscode team will fix this...
Confirm sample app running at localhost:8888/sample (You will see Hello World) Stop the app from VSCode. Environment Java version is Amazon Corretto 11.0.7 VSCode Details Version: 1.47.0 Commit: d5e9aa0227e057a60c82568bf31c04730dc15dcd ...