- VSCode Version: Insiders 1.37
When implementating vscode.TerminalVirtualProcess, I've noticed that setDimensions is not called before start, which is necessary for enabling pseudo-console output using the Windows 10 APIs. (The dimensions are required before starting a psuedo console).
The only time setDimensions seems to be called at all is when the user resizes the terminal.
When implementating vscode.TerminalVirtualProcess, I've noticed that setDimensions is not called before start, which is necessary for enabling pseudo-console output using the Windows 10 APIs. (The dimensions are required before starting a psuedo console).
The only time setDimensions seems to be called at all is when the user resizes the terminal.