Daniel Imms
d49e617cf6
Uplevel xterm.js
...
Fixes #19074
2017-01-23 11:37:11 -08:00
Andre Weinand
79301f3e36
debug protocol: update to v1.16
2017-01-23 11:33:57 +01:00
Daniel Imms
8f76900a67
node-pty@0.6.1
...
Fixes #18985
2017-01-21 14:48:00 -08:00
Daniel Imms
c486e01988
Fix terminal tab stop issue
...
Fixes #18952
2017-01-20 14:35:26 -08:00
Daniel Imms
64c4765918
Uplevel xterm.js
...
This brings in support for cursor styles
2017-01-20 08:02:42 -08:00
Daniel Imms
6c592cfe32
Uplevel to node-pty@0.6.0
...
Fixes #13625
Fixes #10163
2017-01-20 04:33:00 -08:00
Daniel Imms
179f402254
Uplevel xterm.js
...
This brings in:
- Parser refactor (performance)
- Remove comments
- Fix to resizing invisible terminals, fixes #18332
- Keep selection on modifier keyup
2017-01-19 19:21:10 -08:00
Daniel Imms
dbef8f1afe
Uplevel node-pty to 0.6.0-beta3
...
This should fix the last major issues with applications within WSL
Part of #13625
2017-01-18 09:51:29 -08:00
Daniel Imms
b7e2696b17
Uplevel xterm.js
...
This brings in namely:
- cursorBlink and scrollback refresh immediately after setOption call
2017-01-15 22:02:43 -08:00
Daniel Imms
63f1fa6680
Uplevel node-pty to 0.6.0-beta2
...
This is the first build to feature the upgrade to winpty@0.4.1 in addition to
the conversion to TypeScript and general code clean up. The most notable
change is that Git Bash no longer goes out of sync and likely a bunch of other
issues in #14613 . Certain applications within WSL do not function correctly
with this build.
I tested this on Windows and Linux.
Part of #13625
2017-01-15 21:25:16 -08:00
Daniel Imms
1e94f4144e
Uplevel xterm.js
...
Includes fixes for the terminal breaking when zooming VS Code.
Fixes #18415
2017-01-12 11:34:35 -08:00
Daniel Imms
b2d2a79da8
Uplevel xterm.js
...
Notable changes in:
- XON/XOFF support
- Renderer catch up
- Frame skipping during heavy output
2017-01-10 21:26:21 -08:00
Daniel Imms
df5c790632
Uplevel xterm.js
...
This adds the fix for #18370 which was cherry picked to the Tyriar/xterm
vscode-release/1.9 branch (as it's in review).
Fixes #18370
2017-01-10 11:41:27 -08:00
Daniel Imms
d697b08670
Uplevel xterm.js
...
This brings in disableStdio option (Part of #15583 )
2017-01-09 10:06:16 -08:00
Alex Dima
88c45c4e57
Merge remote-tracking branch 'origin/master' into alex/tokenization
2017-01-09 11:19:26 +01:00
Daniel Imms
12af9ea6ef
Uplevel xterm.js
...
This brings in many performance improvements as well as true double width CJK chars.
2017-01-08 21:41:17 -08:00
Daniel Imms
13457a0763
pty.js -> node-pty
...
Fixes #13625
2017-01-06 23:36:37 -08:00
Alex Dima
a115c028f8
vscode-textmate@3.1.0
2017-01-05 11:18:13 +01:00
Alex Dima
d43423b5b1
vscode-textmate@3.0.1
2017-01-04 14:44:56 +01:00
Alex Dima
6e61a294a1
vscode-textmate@3.0.0
2017-01-03 11:56:48 +02:00
Daniel Imms
d298183b26
Uplevel xterm.js
...
The terminal should be a lot faster at processing output now thanks to
sourcelair/xterm.js#422
Also of note: sourcelair/xterm.js#417 : changed escape sequence for alt-arrow to work on bash on os x
2016-12-28 06:51:21 -08:00
Benjamin Pasero
1631cf8ea5
iconv-lite => 0.4.15
2016-12-15 17:57:01 +01:00
Benjamin Pasero
68d88d0544
graceful-fs => 4.1.11
2016-12-15 17:57:01 +01:00
Ramya Rao
9f405d098d
Bump up version for applicationinsights ( #17001 )
2016-12-12 11:15:27 -08:00
Martin Aeschlimann
e5a4fab120
Update vscode-textmate to 2.3.2. Fixes #15792
2016-12-08 17:29:17 +01:00
Andre Weinand
bc1eec763a
update node-debug
2016-12-08 14:24:34 +01:00
Daniel Imms
4721762a2a
Uplevel xterm.js
...
Fixes #15913
2016-11-28 16:03:37 -08:00
Daniel Imms
d38381d0e2
Uplevel xterm to 2.1.0
...
Fixes #11542
2016-11-16 15:02:43 -08:00
Daniel Imms
5ba34ae5cf
Revert "Uplevel pty.js"
...
This reverts commit 22d1f42f79 .
Bash on Ubuntu errors out during launch using the newer version, reverting
so it can be investigated first.
2016-11-11 20:44:21 -08:00
Daniel Imms
22d1f42f79
Uplevel pty.js
...
This upgrade includes an upgrade of winpty from a 0.2.x to 0.3.1
2016-11-11 11:55:33 -08:00
Matt Bierner
efad54865c
Update to VSCode-Textmate 2.3.1
...
This bumps the vscode-textmate version to pick up this work: https://github.com/Microsoft/vscode-textmate/pull/30
Taking in this change allows us to take in fixes such as #14626 , and also addresses some exisitng edge cases
2016-11-08 10:43:11 -08:00
Benjamin Pasero
4fa6342ae4
bump 1.8.0
2016-10-28 17:17:08 +02:00
Daniel Imms
7d2aca6a27
Uplevel xterm.js
...
Fixes #11334
2016-10-26 18:12:30 -07:00
Andre Weinand
56f9d92e45
use v1.14 of debug protocol module
2016-10-26 17:52:00 +02:00
Matt Bierner
7d4940faa4
Update to VSCode-Textmate 2.3
...
Bumps vscode-textmate to 2.3 in order to pick up this work: https://github.com/Microsoft/vscode-textmate/pull/26
Closes #14294
2016-10-25 12:48:50 -07:00
Benjamin Pasero
54f9b3c5b0
Revert "Uplevel xterm.js"
...
This reverts commit e0f3e5134d .
2016-10-25 06:28:03 +02:00
Daniel Imms
e0f3e5134d
Uplevel xterm.js
...
Fixes #11334
2016-10-24 15:01:20 -07:00
Daniel Imms
bbba181a0c
Uplevel pty.js
...
Fixes #12260
2016-10-24 11:46:27 -07:00
Daniel Imms
a7edf83db7
Uplevel xterm.js
...
Fixes #11334
Fixes #13229
2016-10-23 07:27:58 -07:00
Daniel Imms
74d0241a41
Uplevel pty.js
...
Fixes #7727
Part of #8429
2016-10-12 12:26:30 -07:00
Daniel Imms
f487e1071e
Uplevel xterm.js
2016-10-10 11:29:48 -07:00
Tereza Tomcova
90770d236f
Call AllowSetForegroundWindow before sending IPC to the running instance on Windows ( Fixes #929 )
2016-10-07 11:14:54 +02:00
Alex Dima
809cef10e5
Fixes #11417 : Adopt native-keymap@0.3.0
2016-10-05 17:33:33 +02:00
Benjamin Pasero
8ba8ad1826
bump to version 1.7.0
2016-10-05 09:02:14 +02:00
Benjamin Pasero
5010ee2df2
Simplify configuration resolver ( #13051 )
2016-09-30 09:29:04 -07:00
Matt Bierner
0bd444927d
Consistently access config values in launch.config ( fixes #13051 )
2016-09-29 20:15:39 -07:00
Daniel Imms
22e747088f
Fix indentation
2016-09-26 11:25:54 -07:00
Daniel Imms
77a1eec143
Uplevel xterm.js
2016-09-26 11:25:16 -07:00
Alex Dima
db88c3180d
Update fast-plist to v0.1.2
2016-09-26 06:26:32 +03:00
Daniel Imms
19839e76e4
Uplevel xterm.js
2016-09-25 00:52:43 -07:00