microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 648 forks source link

Support for "externalTerminal" #3192

Closed pauldotknopf closed 4 years ago

pauldotknopf commented 4 years ago

I'm developing an interactive project, I need full tty.

I tried to use "console": "externalTerminal" in launch.json, but I see it isn't supported.

What are my options?

pauldotknopf commented 4 years ago

I'm sorry for the dup issue, closing.

843