-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runInTerminal request problem in 1.33 (previous VSCode versions ok) #71844
Comments
Some non-ascii characters are not working as well in runInTerminalRequest args:
results in:
"Nie ma takiego pliku ani katalogu" == No such directory because "ł" letter disappeared from "/mnt/c/Users/Micha/Docu....". |
@rogalmic please do not mix problems in one issue. I will only discuss the original issue here. So my understanding of the original issue is:
Is my understanding correct? |
Yes:
|
Strictly speaking, there is no problem with VS Code's implementation but with the spec:
|
I've created a clarification request for the DAP: microsoft/debug-adapter-protocol#43 |
Seems that VSCode DebugAdapter's this.runInTerminalRequest(...) does not work properly with newest VSCode version. Works fine on previous versions including 1.32.3
The internal
runInTerminal
request is beeing called with unspecified terminal, but the actual terminal pane does not appear, though success is beeing reported.RunInTerminal args and success response below.
However, if terminal kind is provided - it works for me:
Might be related to integrated terminal changes in 1.33.
My W10 version is 17763.404.
Attaching small project that reproduces the issue (Bash Debug extension needed).
runinterminal-test.zip
The text was updated successfully, but these errors were encountered: