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
1 Use Linux system. Open the integrated terminal and run "yes". I am assuming that the experience on the integrated terminal should be the same as with a regular terminal
2 Ctrl - C should send a SIGINT and stop the process. It doesn't (but it works somehow in "top")
3 Ctrl-\ should send a SIGQUIT and stop the process with a core dump, but it is masked by a keyboard shortcut that creates a new terminal tab. Even removing this shortcut no signal is sent (again it appears that it works in "top")
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:34:44.222Z)
OS version: Linux x64 4.4.0-121-generic
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz (12 x 3899)
Load (avg)
1, 1, 1
Memory (System)
31.34GB (13.77GB free)
Process Argv
/usr/share/code/code --unity-launch
Screen Reader
no
VM
0%
Extensions: none
The text was updated successfully, but these errors were encountered:
Depending on your hardware yes could run faster than the parser. Luckily a community contribution is currently in progress to boost the speed of the parser which should improve the situation xtermjs/xterm.js#1399
Issue Type: Bug
1 Use Linux system. Open the integrated terminal and run "yes". I am assuming that the experience on the integrated terminal should be the same as with a regular terminal
2 Ctrl - C should send a SIGINT and stop the process. It doesn't (but it works somehow in "top")
3 Ctrl-\ should send a SIGQUIT and stop the process with a core dump, but it is masked by a keyboard shortcut that creates a new terminal tab. Even removing this shortcut no signal is sent (again it appears that it works in "top")
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:34:44.222Z)
OS version: Linux x64 4.4.0-121-generic
System Info
The text was updated successfully, but these errors were encountered: