You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the following exception from time to time in the console when running a task in the terminal. No exact steps to reproduce.
Error: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The source width is 0.
at CharAtlasGenerator.generate (P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\CharAtlas.js:115:44)
at Object.acquireCharAtlas (P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\CharAtlas.js:34:27)
at BackgroundRenderLayer.BaseRenderLayer._refreshCharAtlas (P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\BaseRenderLayer.js:28:34)
at BackgroundRenderLayer.BaseRenderLayer.onThemeChanged (P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\BaseRenderLayer.js:23:14)
at P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\Renderer.js:58:15
at Array.forEach (native)
at Renderer.setTheme (P:\mseng\VSCode\vscode\node_modules\xterm\lib\renderer\Renderer.js:57:28)
at Terminal._setTheme (P:\mseng\VSCode\vscode\node_modules\xterm\lib\Terminal.js:388:36)
at P:\mseng\VSCode\vscode\node_modules\xterm\lib\Terminal.js:379:23
The text was updated successfully, but these errors were encountered:
See the following exception from time to time in the console when running a task in the terminal. No exact steps to reproduce.
The text was updated successfully, but these errors were encountered: