nativescript-vscode-extension icon indicating copy to clipboard operation
nativescript-vscode-extension copied to clipboard

Print the CLI output in a integrated Terminal replacing the debugger console

Open ivanbuhov opened this issue 8 years ago • 0 comments

Since VSCode v1.5 API has been added that provides extensions with some basic control over the integrated terminal like creating terminal(s) and sending text to them. Consider using a Terminal for the CLI output instead of printing it in the debugger console.

More info: https://code.visualstudio.com/updates/v1_5 (see runInTerminal request)

ivanbuhov avatar Sep 09 '16 07:09 ivanbuhov