Commit graph

114 commits

Author SHA1 Message Date
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
Andre Weinand bd818acc37 use final v1.13.0 of debug protocol 2016-09-22 16:31:09 +02:00
Alex Dima 966e89535b Update vscode-textmate 2016-09-21 10:32:46 +03:00
Alex Dima e3ed701a9f Update oniguruma and native-keymap 2016-09-21 00:47:01 +03:00
Joao Moreno 87c476a3ac git -> git+https 2016-09-19 14:53:58 +02:00
Daniel Imms f2df235840 Uplevel xterm.js 2016-09-17 04:22:40 -07:00
Daniel Imms 4d26f0030e Uplevel xterm.js
Fixes #11825
2016-09-16 02:27:23 -07:00
Daniel Imms 179f86fd63 Uplevel xterm.js
Fixes #11244
Fixes #11908
2016-09-15 20:58:01 -07:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Johannes Rieken b725c7120f update shrinkwrap file 2016-09-06 17:11:55 +02:00
Andre Weinand 3f569e8602 use generated protocol definition; fixes Microsoft/vscode-debugadapter-node#51 2016-09-05 17:48:53 +02:00
Benjamin Pasero bd8177f635 bump chokidar to 1.6 2016-09-05 09:13:36 +02:00
Andre Weinand 7446776383 use v1.12.0 of debug protocol 2016-08-31 18:19:04 +02:00
Daniel Imms 298a435412 Uplevel xterm.js
Fixes #10685
2016-08-25 09:57:44 -07:00
Daniel Imms b639303aff Uplevel xterm.js
Fixes issue of change terminal line-height breaking scrolling
Fixes #9822
2016-08-18 11:18:23 -07:00
Alex Dima 7533f1e141 Adopt vscode-textmate@2.1.1 2016-08-17 17:11:02 +02:00
Alex Dima 9e792d5fd9 Adopt fast-plist 2016-08-17 12:53:28 +02:00
Alex Dima 93ea49c1e1 Adopt vscode-textmate@2.1.0 2016-08-17 12:03:05 +02:00
Daniel Imms a166edd7b8 Uplevel xterm.js 2016-08-09 09:45:24 -07:00