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
A lot of stuff changed in the terminal, many bugs were fixed, some big features landed like multiple terminals and the ability to consistently copy and paste (currently bound to ctrl+ins to copy, shift+ins to paste), the underlying library that powers the terminal was swapped out for a more mature one (xterm.js) and there was a big refactor to support all these changes. CJK character width was also fixed so they should no longer have random sizing and/or wrap and break the row count of the terminal.
Test plan for June's improvements made to the integrated terminal (#143 ). This test plan will take a fair bit of time to get through.
Operating Systems
What's new?
A lot of stuff changed in the terminal, many bugs were fixed, some big features landed like multiple terminals and the ability to consistently copy and paste (currently bound to ctrl+ins to copy, shift+ins to paste), the underlying library that powers the terminal was swapped out for a more mature one (xterm.js) and there was a big refactor to support all these changes. CJK character width was also fixed so they should no longer have random sizing and/or wrap and break the row count of the terminal.
A full list of the changes can be seen here.
What to test?
Here is a mostly complete list of test cases around features that were added, fixed or impacted greatly by the refactor and xterm.js adoption:
backtick
, removing various indexes (first, last, middle)exit
to kill the shell./scripts/code.sh
)terminal.integrated.shellArgs.<platform>
terminal.integrated.fontSize
terminal.integrated.lineHeight
workbench.action.terminal.focus
workbench.action.terminal.focusNext
workbench.action.terminal.focusPrevious
workbench.action.terminal.kill
editor.cursorBlinking
workbench.action.terminal.runSelectedText
gnome-terminal
The text was updated successfully, but these errors were encountered: