integratedTerminal Not Starting, unconfigured externalTerminal Shows Warning, but launching integratedTerminal correct #1453
Unanswered
IgnatevKirill3341
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a debugger for Dart using nvim-dap. I’ve encountered an issue with the console configuration and would appreciate guidance.
Problem:
When I configure console = "integratedTerminal", terminal doesn’t open (opening DAP Console) and all program output appears in DAP REPL. However, switching to an unconfigured console = "externalTerminal" works, but I get a warning: "requested external terminal, but none configured. Fallback to integratedTerminal".
Relevant Configuration Snippet:
Beta Was this translation helpful? Give feedback.
All reactions