Just as the question says.
I am writing a node.js application and I want the app to be able to determine how it will output status text based off what terminal is in use, the integrated terminal or an external one.
The readline package clearline and cursorto and stdout in general does not seem to work in the vscode terminal, so, no single line updating status messages.