microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.3k stars 29.31k forks source link

debug.internalConsoleOptions=neverOpen option has no effect #233539

Open rprtr258 opened 2 days ago

rprtr258 commented 2 days ago

Does this issue occur when all extensions are disabled?: cant reproduce without extensions

Steps to Reproduce:

  1. set config option "debug.internalConsoleOptions": "neverOpen"
  2. press debug test to debug the test
  3. console is opened, but I expect it not to, since configuration option is neverOpen Image
vs-code-engineering[bot] commented 2 days ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

roblourens commented 4 hours ago

Which extension does debug test come from? I suspect they're showing it. Does it happen when you start debugging via F5?

rprtr258 commented 4 minutes ago

Which extension does debug test come from? I suspect they're showing it.

https://marketplace.visualstudio.com/items?itemName=golang.Go

Does it happen when you start debugging via F5?

no, terminal does not show, but it requires manually setting up debug target and picking it in debugger tab