Commit graph

474 commits

Author SHA1 Message Date
Johannes Rieken
78963e9090 fix #65119 2018-12-17 15:19:34 +01:00
Matt Bierner
82916c8f57 Pick up new app insights version
Picks up fix for https://github.com/Microsoft/ApplicationInsights-node.js/issues/433 which is blocking strict null check work on a few files
2018-12-14 12:46:05 -08:00
Johannes Rieken
da66424671 update v8-inspect-profiler 2018-12-13 12:39:09 +01:00
Christof Marti
9eb2a1c32b Upgrade vscode-proxy-agent (fixes #64133) 2018-12-12 10:52:04 +01:00
Daniel Imms
5e6ec86d4a node-pty@0.7.8-conpty1 2018-12-11 11:47:20 -08:00
Daniel Imms
d0be64e9b5 vscode-xterm@3.10.0-beta1
- TypeScript 3.0 -> 3.1
- Layering refactors
- TypedArray new default buffer impl
- TypedArray buffer impl improvements
- TypedArray buffer recycling
- Cursor attribute alt buffer improvements
- wcwidth optimizations
- Fix missing control characters in parser
- Change parser to work mostly on codes not chars
- Null check on syncScrollArea
- areCoordInSelection fix
- Remove unused lineHeight param
- Don't create multiple AudioContexts
- Use deltaY instead of wheelDeltaY
- Crosshair cursor only when terminal is focused
- Addon lint/test fixes
- is256Color helper
- Remove IOffscreenCanvas concept
- Fix DOM renderer dimensions/scroll bar
- Support DOM renderer line height
- Don't create DOM renderer elements for empty cells at line end
- Set MouseHelper renderer when it's switched

Fixes #64121
2018-12-10 07:46:07 -08:00
Benjamin Pasero
0bcf5cff8a
Update to Electron 3.0.10 (#56149)
* update to 3.0.0-beta.3

* update d.ts files; rename NodeBuffer => Buffer

* update to 3.0.0-beta.4

* undo invalid change

* remove some Electron 2.0.x specific workarounds

* pinch zoom is now disabled by default

* update vscode-nsfw

* change vscode-nsfw

* update smoke test electron version

* streams: use destroy() over close()

* workaround broken tests

* bump distro and OSS

* try to bump node version for build

* update macOS build to use node.js 10.8.0

* fix extension tests

* use node.js 10.2.1 for all builds

* remove nsfw from dev dependencies

* back to node 8.x for build

* Revert "back to node 8.x for build"

This reverts commit 90ea2b7af2.

* update distro

* disable test run on macOS prod build for now

* bump distro

* ensure proper nsfw dep

* fix more native dependencies

* temp disable failing test

* fix packages

* update deps

* fix deps

* update deps

* enable macOS unit tests again

* fix deprecated buffer use

* Electron 3.0.0.beta.5

* bump deps

* fix tree accidentally treating auxclick as click

* improve overlay cleanup scheduler (fixes flicker seen with Electron 3.0.x)

* update distro

* remove obsolete disableBlinkFeatures: 'Auxclick'

* update to Electron 3.0 beta 6

* fix compile

* workaround #56994

* do not use backgroundColor to find shared process (causes flicker)

* fix flicker on windows from shared process background color

* webview - bubble up keyboard events (workaround for #56988)

* bump electron to 3.0.0-beta.8

* webview - fix deprecation

* webview - fix another deprecation

* debt - handle SIGPIPE on more processes

* workaround more webview focus issues (for #56988)

* webview - use proper way to focus()

* debt - avoid window-focus/blur and use native focus events instead

* webview - restore previous focus method

* webview - improve focus tracking (do not rely on DOM events)

* bump to electron 3.0.0-beta.9

* update deps

* update electron@3.0.0-beta.10

* webview - do not rely on DOM focus for certain commands (for #56988)

* update to electron@3.0.0-beta.11

* electron@3.0.0-beta.12

* update to beta 13

* update to electron 3.0.0

* update to Electron 3.0.1

* electron@3.0.2

* revert build changes (node.js version)

* try with: enable mojave dark mode support

* fix types

* electron 3.0.3

* electron@3.0.4

* fix deps

* bump electron@3.0.6

* bump electron@3.0.9

* fix strict null issue

* reset format

* bump electron@3.0.10

* fix strict null issue

* webview - print error when revive fails

* electron 3.0.x - try to fix keybindings in webviews (#64417)

* bump @types/node => ^10.12.12

* 💄

* update distro
2018-12-10 12:54:38 +01:00
Matt Bierner
8b4924d755 Build VS Code using TS 3.2
Fixes #64631
2018-12-07 14:25:14 -08:00
Andre Weinand
238c48f7b7 use final version 1.33.0 of DAP 2018-12-05 15:55:58 +01:00
Joao Moreno
07d7409240 update vscode-ripgrep 2018-11-29 09:11:47 +01:00
Joao Moreno
dc68051e07 fix security vulnerabilities 2018-11-27 15:49:37 +01:00
Joao Moreno
981d0ab0d5 lock event-stream to 3.3.4 in package.json 2018-11-27 09:41:13 +01:00
Benjamin Pasero
3a2c8382f0 bump vscode-sqlite3@4.0.5 2018-11-21 11:06:39 +01:00
Benjamin Pasero
45733ae2e4 bump vscode-sqlite3@4.0.4 2018-11-21 10:10:28 +01:00
Benjamin Pasero
bf4734afbc bump vscode-sqlite3@4.0.3 2018-11-20 12:59:59 +01:00
Andre Weinand
d01afdce7e update DAP 2018-11-19 12:47:49 +01:00
Matt Bierner
f9acec50c9 Pick up new tslint version 2018-11-15 17:44:56 -08:00
Matt Bierner
65a041476a Update tslint plugin version 2018-11-15 17:44:56 -08:00
Matt Bierner
573af50461 Switch VS Code workspace to use typescript-tslint-plugin
Use the plugin version of TS lint rather than the external version. Add the plugin as a local dev dependency and add the vscode extension that contributes the plugin as a recomended extension. This should enable the plugin when using the standard version of TS and when using the workspace version of TS
2018-11-12 14:49:30 -08:00
Johannes Rieken
b35d879f76 update v8 profiler package 2018-11-12 17:37:10 +01:00
Matt Bierner
8784755458 Use TS 3.1.4 for building VS Code 2018-11-05 16:47:53 -08:00
Christof Marti
269ae7b3a6 Pick up change to fall back to DIRECT 2018-11-01 11:58:11 +01:00
Daniel Imms
60bd4f9a9c vscode-xterm@3.9.0-beta13 2018-10-30 11:09:16 -07:00
Christof Marti
2795b98bac Use vscode-proxy-agent (#60773) 2018-10-28 10:35:26 +01:00
Matt Bierner
3dd2b19b2a Use TS 3.1.3 for building VS Code 2018-10-24 22:53:33 -07:00
Daniel Imms
092bb9a585 vscode-xterm@3.9.0-beta12
Fixes #59376
Fixes #59344
2018-10-24 12:01:20 -07:00
Benjamin Pasero
2086ab0fc7 move vscode-chokidar under MS org 2018-10-24 16:59:33 +02:00
Christof Marti
4e436d128c Investigate using Electron's resolveProxy API (#60773) 2018-10-22 20:00:58 +02:00
Daniel Imms
3f91fd6639 vscode-xterm@3.9.0-beta11
Fixes #60253
2018-10-20 12:59:28 -07:00
Daniel Imms
28574a8539 vscode-xterm@3.9.0-beta10
Syncs with master
2018-10-20 12:45:40 -07:00
Rob Lourens
441184faeb Fix #60218 - add search.usePCRE2 2018-10-18 19:51:12 -07:00
Benjamin Pasero
14b837a2ab bump windows-mutex@0.2.1 2018-10-17 07:54:52 +02:00
Ramya Achutha Rao
a975e59eaf Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00
Benjamin Pasero
8c22f1ca41 bump windows-process-tree@0.2.3 2018-10-16 09:17:48 +02:00
Benjamin Pasero
1c8bdc147a bump vscode-nsfw@1.1.1 2018-10-16 07:35:21 +02:00
Daniel Imms
10b383c911 vscode-xterm@3.9.0-beta9
Fixes #59372
2018-10-15 11:50:38 -07:00
Daniel Imms
c5c0a7d29a vscode-xterm@3.9.0-beta8
Fixes #60865
2018-10-15 11:46:27 -07:00
Benjamin Pasero
c61ee508be use vscode-sqlite3@4.0.2 2018-10-14 11:53:41 +02:00
Benjamin Pasero
90fd44c102 Merge branch 'master' into ben/sqlite 2018-10-12 09:16:30 +02:00
Daniel Imms
31a1ec61e5 vscode-xterm@3.9.0-beta7
Fixes #60447
2018-10-11 09:45:28 -07:00
Daniel Imms
7e742e1f31 vscode-xterm@3.9.0-beta6
Fixes #59379
2018-10-10 14:41:53 -07:00
Joao Moreno
0bbe8e28c4 update minimatch 2018-10-10 11:43:44 +02:00
Benjamin Pasero
bac418779f Merge branch 'master' into ben/sqlite 2018-10-10 07:36:03 +02:00
Daniel Imms
797161bd32 vscode-xterm@3.9.0-beta5
Fixes #60310
2018-10-09 11:51:15 -07:00
Daniel Imms
40371ab59d vscode-xterm@3.9.0-beta3
Fixes #60291
2018-10-09 08:51:43 -07:00
Daniel Imms
d4f40dd755 vscode-xterm@3.9.0-beta2 2018-10-08 09:34:01 -07:00
Benjamin Pasero
59f367a8b0 Merge branch 'master' into ben/sqlite 2018-10-08 11:08:35 +02:00
Rob Lourens
8f1dbae0b7 Bump vscode-ripgrep with cache download fix 2018-10-05 10:43:54 -07:00
Rob Lourens
0e60629c5a Bump vscode-ripgrep with fixed build 2018-10-05 08:57:38 -07:00
Benjamin Pasero
b8b7c3c3a6 sqlite - initial version of storage library 2018-10-05 15:12:50 +02:00
Rob Lourens
5359560ead Update ripgrep version, use new json output format 2018-10-04 18:15:27 -07:00
Matt Bierner
a9944e6595 Move some build specific packages into build
These packages are only used in build and also have their typings defined in this folder
2018-10-03 15:30:34 -07:00
Matt Bierner
6aa7463ca1 Remove unused gulp dev dependency 2018-10-03 15:30:34 -07:00
Matt Bierner
f7456ebf90 Switch to use standard @types/node types instead of our customized version
Using a custom version of the node typings is causing a lot of pain while trying to upgrade our build to use `@types` instead of the `d.ts` files we have to maintain. I believe we primarily maintain our own version for two reason:

- Custom require function
- setTimeout and other timer functions return NodeJs.timer instead of a number

These can both be delt with, the first by using interface augmentation and the second by switching to use any types for timer. I believe that the pain of maintaining our own node `d.ts` outweighs the benefits here

This change switches us to use the standard @types/node package for our node typings
2018-10-03 14:18:36 -07:00
Matt Bierner
02593076f8 Revert including yazl types 2018-10-02 15:59:35 -07:00
Matt Bierner
c794db9e31 Switch to use a few more @types packages instead of our custom versions 2018-10-02 14:23:28 -07:00
Matt Bierner
f5850c9510 Try using @types for typings instead of our custom versions in src/typings 2018-10-02 14:07:19 -07:00
Matt Bierner
d37076a596 Build VS Code using TypeScript 3.1.1
Fixes #59757
2018-10-01 10:55:16 -07:00
Benjamin Pasero
66dcb50e61 gulp-atom-electron@1.19.0 2018-10-01 18:14:00 +02:00
Daniel Imms
aaee349207 vscode-xterm@3.9.0-beta1 2018-10-01 09:02:44 -07:00
Daniel Imms
3eea5fae43 Revert "vscode-xterm@3.9.0-beta1"
This reverts commit 8f20c5eae8.
2018-10-01 09:01:14 -07:00
Benjamin Pasero
d4fdc9886b bump gulp-atom-electron 2018-10-01 17:38:26 +02:00
Daniel Imms
8f20c5eae8 vscode-xterm@3.9.0-beta1
Includes link overscan fix and dynamic cache optimizations
2018-10-01 07:27:09 -07:00
Joao Moreno
707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
Daniel Imms
4125f7a045 node-pty@0.7.8
Fixes #59334
2018-09-28 11:01:39 -07:00
Ramya Achutha Rao
c9b88c68cc Update appinsights to latest version 2018-09-25 16:44:46 -07:00
Daniel Imms
1e058b76ea Revert vscode-xterm update
This caused some integration tests to fail
2018-09-24 19:34:59 -07:00
Daniel Imms
75f721ff98 vscode-xterm@3.8.0-beta5 2018-09-24 11:04:27 -07:00
Joao Moreno
91704613a9 fixes #58966 2018-09-24 15:41:24 +02:00
Ramya Rao
ae526292df
Upgrade appinsights (#58999)
* Upgrade appinsights

* Env, global updates before starting shared process

* Disable console logging from appinsights Fixes #55417

* Move workaround to helper
2018-09-22 23:09:48 -07:00
Daniel Imms
bd0543890c vscode-xterm@3.8.0-beta4
Includes fix to link underlines in DOM renderer.

Fixes #59114
2018-09-21 10:10:04 -07:00
Andre Weinand
baa15a52d2 use DAP 1.32.0 2018-09-20 00:32:11 +02:00
Alex Dima
f1f688cdd0 Update to latest oniguruma 2018-09-19 23:38:08 +02:00
Alex Ross
7b15a622c8 Upate vscode-xterm.js to 3.8.0-beta3 Fixes #58532 2018-09-17 09:05:42 -07:00
Alex Dima
9eb794b194 Fixes #58606: Use native-watchdog to monitor parent process in ext host 2018-09-13 17:30:22 +02:00
Rob Lourens
3291fd3663 Update yarn.lock from #52119 2018-09-11 11:26:59 -07:00
Alex Ross
2241bcbbb8 vscode-xterm@3.8.0-beta2 2018-09-10 09:29:20 -07:00
Matt Bierner
84ed12fbd8 Build with TS 3.0.3 2018-09-07 16:16:51 -07:00
Sandeep Somavarapu
d3c5067ac6 Update yarn lock file 2018-09-06 17:22:44 +02:00
Andre Weinand
3bbfb3d7a4 upgrade to DAP 1.32.0-pre.0 2018-09-06 14:46:28 +02:00
Johannes Rieken
74fa1d8994
Merge pull request #57956 from Microsoft/joh/vsce-next
use packagedDependencies from running vsce#ls
2018-09-06 11:14:38 +02:00
Alex Ross
ef9e1f1a2b node-pty@v0.7.7 2018-09-05 15:39:50 -07:00
Daniel Imms
a504717669 vscode-xterm@3.8.0-beta1 2018-09-05 13:49:55 -07:00
Johannes Rieken
2561764544 use vsce 1.48.0 2018-09-05 14:35:30 +02:00
Johannes Rieken
3885d4613e Merge branch 'master' into joh/vsce-next 2018-09-05 14:06:12 +02:00
Matt Bierner
cb81c2c241
Build using ts 3.0 (#57906)
* Build VS Code using TS 3.0

Fixes #57151
2018-09-04 15:25:39 -07:00
Johannes Rieken
ccec2c9543 use vsce packagedDependencies 2018-09-04 12:29:23 +02:00
Benjamin Pasero
d63c8abbec bump vscode-chokidar@1.6.4 (fixes #57263) 2018-08-27 14:40:12 +02:00
Johannes Rieken
cdb9c0a8f4 update vscode-nls-dev to fixed version, share more config between extensions 2018-08-24 16:37:10 +02:00
Daniel Imms
bae20e9892 vscode-xterm@3.7.0-beta5
Fixes #56628
2018-08-21 15:28:36 -07:00
Johannes Rieken
a9e3a3d69e webpack - check js files, declare params, #56081 2018-08-21 16:40:02 +02:00
Sandeep Somavarapu
45865de635 Merge branch 'master' into sandy081/syncExtensions 2018-08-21 13:00:54 +02:00
Johannes Rieken
01365dbe26 webpack - more defaults for extensions 2018-08-20 15:23:56 +02:00
Sandeep Somavarapu
9f492373ed - Use URI to install from vsix
- Implement zip and unzip extensions APIs
- Sync extension across management servers
- Download service to download zips
2018-08-20 15:16:40 +02:00
Johannes Rieken
bc05425af6 one more update... 2018-08-20 12:46:47 +02:00
Johannes Rieken
669f2c8627 use vscode-nls-dev-loader 2018-08-20 12:46:47 +02:00
Johannes Rieken
6e559261f6 adopt new vscode-nls-dev, #56792 2018-08-20 10:17:32 +02:00
Johannes Rieken
418808ac75 remove unused dependency 2018-08-17 15:57:09 +02:00
Johannes Rieken
d62f5b3da9 use ts loader, exclude node_module for now 2018-08-16 10:52:08 +02:00
Johannes Rieken
64b82b2a35 Merge branch 'master' into joh/extpack 2018-08-16 10:07:18 +02:00
Rob Lourens
5c8e8d6b8e Bump ripgrep to 0.9.0 2018-08-15 19:58:28 -07:00
Johannes Rieken
f186dd19fe update vscode-nls-dev dependency 2018-08-15 11:22:40 +02:00
Johannes Rieken
ca3407b4d0 Merge branch 'master' into joh/extpack 2018-08-10 12:51:03 +02:00
Daniel Imms
36f8b1f39b vscode-xterm@3.7.0-beta4
Fixes #56105
2018-08-09 17:51:11 -07:00
Johannes Rieken
74de533cac enable source map generation 2018-08-09 18:29:05 +02:00
Johannes Rieken
776e491ba4 bundle into dist folder, copy ask-pass shell scripts into dist, some 💄 2018-08-09 15:31:31 +02:00
Johannes Rieken
349da76860 Merge branch 'master' into joh/extpack 2018-08-09 09:27:22 +02:00
Johannes Rieken
fdb7b4bcf4 invoke webpack when bundling extensions 2018-08-08 16:53:55 +02:00
Daniel Imms
b819b81388 vscode-xterm@3.7.0-beta3
Fixes #55320
2018-08-07 14:14:47 -07:00
Joao Moreno
cb0fdd1628 fixes #55840 2018-08-07 03:32:57 -07:00
Daniel Imms
b7e888bc68 Fix additional column select bug and flickering of last cell
Fixes #55904
Fixes #55903
2018-08-06 12:46:59 -07:00
Daniel Imms
141877e7e4 Update xterm
Removed Terminal.send (private API).
2018-08-06 11:40:41 -07:00
Daniel Imms
1e45ce6add Fix NPE in terminal AccessibilityManager
Fixes #55744
2018-08-03 11:19:03 -07:00
Joao Moreno
4dc8a7c33a cleanup deps 2018-08-03 16:15:15 +02:00
Andre Weinand
1b11055395 use latest version of DAP 2018-08-02 12:12:56 +02:00
Daniel Imms
65991760af vscode-xterm@3.6.0-beta12
Fixes #55488
2018-07-31 11:03:13 -07:00
Daniel Imms
7f5beafe6e Allow terminal rendererType to be swapped out at runtime
Part of #53274
Fixes #55344
2018-07-29 14:32:00 -07:00
Daniel Imms
dd636d46dd vscode-xterm@3.6.0-beta7
Pulls in fix to not scroll to bottom when term status is requested
2018-07-27 09:29:53 -07:00
Daniel Imms
336bf572a8 vscode-xterm@3.6.0-beta6
Readme change
Double click word works across wrapped lines

Fixes #55189
2018-07-27 07:41:09 -07:00
Johannes Rieken
f604f1c85a store data globally #55033 2018-07-26 15:13:14 +02:00
Johannes Rieken
7348d2f74b Merge branch 'master' into joh/splash 2018-07-24 09:35:15 +02:00
Daniel Imms
260ac2760f Upgrade vscode-xterm
Fixes #54132
2018-07-23 15:41:56 -07:00
Daniel Imms
caeb292922 Upgrade vscode-xterm
- Fix dom renderer argument order bug
- Fix isWrapped NPE
- Fix charset drawing (bug with static char atlas)

Fixes #54131
2018-07-23 15:16:57 -07:00
Johannes Rieken
7881241762 reliable way of creating workspace key 2018-07-18 11:26:44 +02:00
Daniel Imms
a2aafe0456 vscode-xterm@3.6.0-beta3
- Charset fix
- Use yarn
- Remove travisCI
- Add character joiner API
- Fix deopt in parser

Fixes #53769
2018-07-12 08:49:43 -07:00
Joao Moreno
5bd43f56c6 update node-spdlog to 0.7.1 2018-07-10 17:26:47 +02:00
Daniel Imms
65ae815e9c vscode-xterm@3.6.0-beta2
Fixes #53705
2018-07-06 09:59:46 -07:00
Daniel Imms
1bf262e9d7 Update xterm.js
Includes:
- Column selection (changes force selection behavior)
- Save attribute on save/restore cursor

Fixes #53268
2018-07-02 10:08:25 -07:00
Matt Bierner
dd9ef41d5c Use ts 2.9.2 for building vs code 2018-06-29 14:57:40 -07:00
Andre Weinand
95c70e227f use DAP 1.30.0 2018-06-27 14:04:43 +02:00
Daniel Imms
4e4e6f9b44 node-pty@0.7.6 2018-06-25 11:51:49 -07:00
Martin Aeschlimann
d24404ee1d Do not use exceptions for missing grammars. Fixes #52692 2018-06-22 17:24:30 +02:00
Daniel Imms
f4ec0f3b17 node-pty@0.7.5 2018-06-22 05:15:23 +10:00
Daniel Imms
43d4a29d77 Clear Terminal's reference to custom key event handler 2018-06-21 14:16:14 +10:00
Daniel Imms
480549fef5 Fix upstream Terminal memory leaks
Part of #46356
2018-06-21 13:45:05 +10:00
Daniel Imms
341fc24bbc Don't let DOM renderer render outside cols
Fixes #51479
2018-06-20 23:08:24 +10:00
Daniel Imms
519b82b505 vscode-xterm@3.5.0-beta14 2018-06-20 21:42:24 +10:00
Daniel Imms
9481b201c5 vscode-xerm@3.5.0-beta13
Fixes #51663
2018-06-20 19:15:46 +10:00
Martin Aeschlimann
5bde5c1160 update vscode-textmate (async loading) 2018-06-18 16:14:58 +02:00
Daniel Imms
d901821f22 Revert workaround for black bar in terminal
Fixes #51749
See #51094
2018-06-13 12:31:11 +02:00
Daniel Imms
b0e2d1d0cd Fix terminal glitch when resizing
Fixes #51094
2018-06-12 16:45:52 +02:00
Joao Moreno
7d2e693a9b unit tests: use mocha junit reporter 2018-06-11 18:18:27 +02:00
Daniel Imms
d9b034be08 Update xterm.js
Fixes #51615
Fixes #49935
2018-06-11 16:24:20 +02:00
Rob Lourens
a8978c6a9e Bump vscode-ripgrep 2018-06-07 20:58:29 -07:00
Matt Bierner
5065397f9b Build VS Code with TS 2.9
Fixes #51102
2018-06-04 11:50:05 -07:00
Rob Lourens
1a8ea64a04 Fix #48699 2018-06-02 13:29:54 -07:00
Joao Moreno
7ada1d7079 yarn.lock changes 2018-05-28 11:25:18 +02:00
Christof Marti
3ac58daa76 Update keytar (#48804) 2018-05-28 09:53:43 +02:00
Christof Marti
ed33aa3bc7 Update getmac (#48804) 2018-05-28 09:46:02 +02:00
Daniel Imms
ce27adfec1 vscode-xterm@3.5.0-beta8 2018-05-21 09:34:25 -07:00
Daniel Imms
5ce6a2ea6b vscode-xterm@3.5.0-beta6
Fixes #50125
2018-05-18 12:25:00 -07:00
Daniel Imms
54707c4c07 vscode-xterm@3.5.0-beta5 2018-05-16 10:07:23 -07:00
Daniel Imms
7c8cdfe9a0 Revert "vscode-xterm@3.5.0-beta1"
Part of #49438

This reverts commit 70d36c56ca.
2018-05-09 09:58:57 -07:00
Benjamin Pasero
a5cde11bfa bump sudo-prompt@8.2.0 (for #48804) 2018-05-09 09:15:44 +02:00
Benjamin Pasero
e183067081 bump iconv-lite@0.4.23 (for #48804) 2018-05-09 09:09:53 +02:00
Daniel Imms
70d36c56ca vscode-xterm@3.5.0-beta1
Fixes #49236
2018-05-04 11:20:21 -07:00
Matt Bierner
2c7cea2d37 Use TS 2.8.3 for building vscode 2018-05-01 10:16:51 -07:00
Johannes Rieken
9a00b80cb5 update dependencies, #48804 2018-04-30 14:14:42 +02:00
Joao Moreno
17e78c426e update yauzl
related to #48804
2018-04-30 09:51:18 +02:00
Joao Moreno
0cf27e0055 update semver
related to #48804
2018-04-30 09:49:05 +02:00
Joao Moreno
6039d2451d update proxy modules
related to #48804
2018-04-30 09:45:16 +02:00
Rachel Macfarlane
ebf9c8c730 Update windows-process-tree to 0.2.2 2018-04-25 19:06:41 -07:00
Joao Moreno
1891516706 fixes #48393 2018-04-23 15:58:32 +02:00
Joao Moreno
2bd7803ed4 smoketest 2018-04-17 10:54:00 +02:00
Rachel Macfarlane
6b62365d38
Use windows-process-tree module to list processes, #46433 2018-04-09 11:45:56 -07:00
Matt Bierner
f53158e709 Build vscode with TS 2.8.1
Fixes #47512
2018-04-09 11:28:34 -07:00
Daniel Imms
eb0f99cb2e Update xterm.js
Pulls in:

- Don't mutate options
- A null check when writing data
- Color refactor
2018-04-09 07:19:46 -07:00
Daniel Imms
149ced58e1 Fix exception in xterm.js
Fixes #47489
2018-04-09 06:17:50 -07:00
Matt Bierner
5900899b83 Fix quick suggestions not shown in ${| template string
Fixes #37176
2018-04-02 18:43:28 -07:00
André Weinand
d62ef88050 use latest final DAP module 2018-03-27 22:34:35 +02:00
Rachel Macfarlane
d2d9d65efc Update windows-process-tree version to 0.2.0 2018-03-26 10:54:17 -07:00
Daniel Imms
2a53a3d9cb vscode-xterm@3.3.0-beta8
Lots of stuff, including the marker API (part of #45435)
2018-03-21 07:50:14 -07:00
Matt Bierner
95a406bd2a Mark import paths as other type instead of string
Ensures that quick suggestions work properly

Fixes #46142
2018-03-19 14:58:14 -07:00
Matt Bierner
d74145ed78
Support quickSuggestions in JSDoc Types (#46001)
* Support quickSuggestions in JSDoc Types

Fixes #43715

Requires vscode-textmate 3.3.1 before merging

* Pick up new vscode textmate version
2018-03-16 15:14:44 -07:00
Daniel Imms
1f9ab94179 Mostly fix multi-line links
Part of #28746
2018-03-16 09:09:30 -07:00
Joao Moreno
cc11eb00ba update gulp-atom-electron 2018-03-14 14:17:42 +01:00
Joao Moreno
ffa6fe4b6f Merge branch 'yaml-builds' 2018-03-14 10:29:41 +01:00
Rob Lourens
5450fdc797 vscode-ripgrep@0.8.1
Fix #44936
Fix #35433
2018-03-11 18:40:37 -07:00
Rob Lourens
0ebf6fc66f Revert "Revert "Bump ripgrep""
This reverts commit 50976d6e15.
2018-03-11 18:22:26 -07:00
Daniel Imms
959e1e2106 Support multi-line links
Fixes #28746
2018-03-09 11:48:46 -08:00
Matt Bierner
24eb363974 Build with TS 2.7 (#45348)
* Pick up TS 2.7

* Fix formatter in build script

* Fix build error for ts 2.7

* Pick up new ts format and tslint versions

* Update lock

* use 2.7.2 for build

* Formatting
2018-03-09 11:04:29 +01:00
Daniel Imms
b6d58aca4c vscode-xterm@3.3.0-beta4
- Underscore private vars
- Smooth alt buffer scrolling

Fixes #44647
2018-03-09 11:04:28 +01:00
Matt Bierner
82be8c8b01
Build with TS 2.7 (#45348)
* Pick up TS 2.7

* Fix formatter in build script

* Fix build error for ts 2.7

* Pick up new ts format and tslint versions

* Update lock

* use 2.7.2 for build

* Formatting
2018-03-08 16:58:32 -08:00
Daniel Imms
248107b96a vscode-xterm@3.3.0-beta4
- Underscore private vars
- Smooth alt buffer scrolling

Fixes #44647
2018-03-08 10:03:34 -08:00
Joao Moreno
d7e062b379 Merge remote-tracking branch 'origin/master' into yaml-builds 2018-03-08 17:04:08 +01:00
Daniel Imms
059ed0f940 vscode-xterm@3.3.0-beta3
Fixes #45228
2018-03-08 05:35:02 -08:00
Joao Moreno
003d469d26 publish tests in tfs 2018-03-07 22:03:07 +01:00
Daniel Imms
f22d11d490 Use fork of nsfw with linux symlink fix
Fixes #36307
2018-03-07 11:08:48 -08:00
Daniel Imms
6f8a39fe9b Alt click in terminal only move horizontally in normal buffer
Fixes #44642
2018-03-05 11:36:57 -08:00
Daniel Imms
2e200d6e28 Remove flatpak task
Fixes #44578
2018-03-03 10:05:01 -08:00
Andre Weinand
c9e31508df upgrade DAP to 1.27.0 2018-02-28 17:38:06 +01:00
Joao Moreno
71c0182177 use git index in hygiene 2018-02-27 11:05:21 +01:00
João Moreno
635f82fa7e
Merge pull request #42831 from Microsoft/unused-variables
Re-enable the unused variables tslint rule for the hygiene task fixes #42157
2018-02-26 16:06:20 +01:00
Daniel Imms
9031699665 Fix terminal scroll bar when using mouse
Fixes #44300
2018-02-24 11:59:23 -08:00
Daniel Imms
3373b92ab7 Upgrade xterm.js, use new webLinks addon to allow dbl/tpl click on link
Fixes #41415
2018-02-23 11:45:45 -08:00
Rob Lourens
eb563ae4d9 Fix #43284 - bump vscode-ripgrep 2018-02-23 16:18:35 +01:00
Christof Marti
50976d6e15 Revert "Bump ripgrep"
This reverts commit 727a838c3e.
2018-02-23 16:18:35 +01:00
Christof Marti
07a4dfeb46 Revert "Bump vscode-ripgrep"
This reverts commit d917cc6bc4.
2018-02-23 16:18:35 +01:00
Joao Moreno
4975c1a00d update yarn.lock 2018-02-23 11:07:11 +01:00
Erich Gamma
8aa998e694 merge master 2018-02-22 16:27:52 +01:00
Daniel Imms
eb3d86721e Support additional term alt sequences
Fixes #42629
2018-02-21 14:16:32 -08:00
Erich Gamma
f4157c62eb merged master 2018-02-21 17:20:38 +01:00
Daniel Imms
081a55a330 Fix exception when double clicking terminal scroll bar
Fixes #43875
2018-02-18 12:56:19 -08:00
Rob Lourens
d917cc6bc4 Bump vscode-ripgrep 2018-02-14 15:08:58 -08:00
Daniel Imms
d52e760d21 vscode-xterm@3.2.0-beta2
Brings in padding
2018-02-13 08:31:16 -08:00
Joao Moreno
dca48c37b6 Merge branch 'master' into unused-variables 2018-02-12 11:58:56 +01:00
Rob Lourens
727a838c3e Bump ripgrep 2018-02-06 09:19:23 -08:00
Rob Lourens
5dcd2ba848 Revert "Bump ripgrep"
This reverts commit 5938ad9108.
2018-02-06 00:41:54 -08:00
Rob Lourens
5938ad9108 Bump ripgrep 2018-02-06 00:17:06 -08:00
Daniel Imms
afac134186 Pull in new xterm.js
Fixes #26401
2018-02-05 14:24:51 -08:00
Erich Gamma
00df3bdc28 Merge branch 'master' into unused-variables 2018-02-02 16:18:49 +01:00
Erich Gamma
c7b7ace3d4 Perform the tslint checks in the context of a program to enable checks which require type information 2018-02-02 16:11:16 +01:00
Daniel Imms
c094367d26 Fix double and triple click on links in terminal
Fixes #41415
2018-01-31 18:00:00 -08:00
Dirk Baeumer
28e65824f2 Update to latest vscode-nls-dev 2018-01-30 11:59:52 +01:00
Daniel Imms
8d4d2401cd Allow mouse wheel to scroll term apps when in alt buffer
Fixes #42254
2018-01-29 13:15:43 -08:00
Alex Dima
e4d67319ea Merge commit '08a27fe3b331c7947def0c08092c688240198caf' into alex/asar 2018-01-29 12:04:05 +01:00
Daniel Imms
9cfbdd0abf Localize xterm.js strings 2018-01-28 13:18:47 -08:00
Dirk Baeumer
b3f939095c Upgrade to vscode-nls-dev 3.0.6 2018-01-28 21:46:24 +01:00
Daniel Imms
3570f2d829 vscode-xterm@3.1.0-beta12
Removes navigation mode
2018-01-27 18:44:46 -08:00
Alex Dima
2970cf5517 Merge remote-tracking branch 'origin/master' into alex/asar 2018-01-26 17:37:23 +01:00
Alex Dima
85b8b04473 Pack the core node_modules to node_modules.asar as part of building 2018-01-26 16:22:15 +01:00
Joao Moreno
91a19d9071 adopt spdlog 0.6.0
fixes #39807
fixes #41136
2018-01-26 09:52:14 +01:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Daniel Imms
7b2864f689 Fix regression with page up/down+modifiers in terminal
Fixes #42161
2018-01-25 09:27:22 -08:00
Daniel Imms
087899f428 Place terminal textarea below rows, fix nav mode reading wrong item 2018-01-23 11:17:37 -08:00
Daniel Imms
2fe2829517 vscode-xterm@3.1.0-beta8 2018-01-23 09:02:57 -08:00
Daniel Imms
80991ce8a0 Fix terminal links sometimes not working before scroll
Fixes #36072
2018-01-22 12:00:23 -08:00
Daniel Imms
060896c901 Announce terminal to screen reader
Part of #8339
2018-01-22 06:40:22 -08:00
Daniel Imms
8e7ca11a13 xterm@3.1.0-beta5
Part of #11314
2018-01-20 11:01:53 -08:00
Daniel Imms
3904a9d878 Pull in latest terminal screen reader changes 2018-01-17 10:58:44 -08:00
Daniel Imms
4eea7798c4 vscode-xterm@3.1.0-beta2
Fixes #41281
2018-01-08 09:57:10 -08:00
Daniel Imms
8e0baeddeb vscode-xterm@3.1.0-beta1
This pulls in all the pushed changes after the v3 release and more screen
reader improvements, including:

- Render row debouncer to limit re-rendering of a11y rows
- assertive live region
- Convert \t to nbsp in live region
- Bug fix in parser not exiting to normal parse mode on certain sequences
- Emit selection event on terminal (not SelectionManager)
- Use of resolution event in ScreenDprMonitor
2018-01-05 14:39:17 -08:00
Daniel Imms
00a2a23538 Initial terminal screen reader support
Part of 8339
2018-01-03 10:32:21 -08:00
Daniel Imms
bfb8ac5f5f Allow alt+backspace in terminal/bash to delete word
Fixes #40444
2018-01-02 10:42:02 -08:00
Rob Lourens
49b1249494 vscode-ripgrep@0.7.1 2017-12-30 22:50:24 -08:00
Daniel Imms
a83a46d9a7 vscode-xterm@3.0.0-beta3
Improves solution to terminal viewport changing monitor issue
2017-12-29 13:59:38 -08:00
Daniel Imms
2cc5e38b52 vscode-xterm@3.0.0-beta2
Fixes terminal viewport rendering messing up when moving between monitors
of different DPIs.

Fixes #34320
2017-12-29 08:36:29 -08:00
Daniel Imms
76f8ae85c9 Replace xterm with vscode-xterm
Fixes #38342
Fixes #40927
2017-12-29 07:21:23 -08:00
Daniel Imms
80e2fcaf43 Don't render terminals in the background
Fixes #39031
2017-12-28 15:38:02 -08:00
Daniel Imms
968af832b3 Fix isWrapped NPE in terminal
Fixes #38292
2017-12-27 08:14:24 -08:00
Daniel Imms
114adf703b Upgrade xterm.js 2017-12-26 04:18:55 -08:00
Sandeep Somavarapu
1c94a006da #40196 Use files in the background for storing content of output channels 2017-12-18 18:25:45 +01:00
Ramya Achutha Rao
b5e4920670 Update appinsights module fixes #40095 2017-12-13 11:44:53 -08:00
Benjamin Pasero
0ef13b6d54
Allow to save files that need user elevation (fixes #1614) (#40107) 2017-12-12 16:03:25 +01:00
Benjamin Pasero
9f0383f163 Add "(Administrator)" suffix to window title when running as administrator in Windows (fixes #19707) 2017-12-12 11:22:45 +01:00
Daniel Imms
457069efef Fix High Sierra terminal not exiting problem
Fixes #37846
2017-12-08 16:07:05 -08:00
Johannes Rieken
6ebc4409e9 depend on 0.0.7 of inspect-profiler, #39898 2017-12-08 09:16:14 +01:00
Joao Moreno
8c2bd8b203 update spdlog 2017-12-06 17:35:43 +01:00
Joao Moreno
12f10aba98 update spdlog 2017-12-06 14:58:17 +01:00
Joao Moreno
3b5059f349 update spdlog
related to #39659
2017-12-06 13:03:14 +01:00