nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
Print the CLI output in a integrated Terminal replacing the debugger console
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)