-
Notifications
You must be signed in to change notification settings - Fork 58
Use runInTerminalRequest #6
Comments
@roblourens |
I'm not quite sure what you mean? |
@roblourens node-debug's 'launchRequest' supports to run the debug target in an external terminal on all platforms (in addition to running it in the debug console). Currently this feature is implemented in node-debug (terminal.ts). It is not necessary to implement this 'external terminal support' in the same way in chrome-debug. Instead chrome-debug should use the (reverse) 'runInTerminalRequest' to request similar functionality from VS Code. This is the recommended approach for all debug adapters that need to support an external terminal. 'runInTerminalRequest' is not a normal request that the debug adapter implements, but it is a request that the debug adapter uses. So the title of this issue should better be "Use runInTerminalRequest". |
Oh, I see. The adapter sends a |
@roblourens in the August milestone only 'integrated' is implemented. |
Fixed last week |
No description provided.
The text was updated successfully, but these errors were encountered: