Commit graph

919 commits

Author SHA1 Message Date
Benjamin Pasero 3cd4852923 bump vscode-sqlite3@4.0.7 2019-01-08 12:37:07 +01:00
Daniel Imms b055403353 vscode-xterm@3.10.0-beta11-reflow 2019-01-07 16:38:10 -08:00
Benjamin Pasero a1a6c1e801
bump node-sqlite@4.0.6 (#66139) 2019-01-07 11:33:15 +01:00
Daniel Imms bbcc0f61aa Fix key names being printed to terminal
Fixes #65949
2019-01-03 23:03:57 -08:00
Daniel Imms 77eb4b7ad1 Support reflow
The module version 3.10.0-beta9-reflow is based on the branch
vscode-release/1.31-reflow which is forked from the normal
vscode-release/1.31 as reflow is still in PR and could change. This
will make managing the branch and reverting it if needed much easier.

Fixes #23688
2018-12-31 20:22:02 -08:00
Daniel Imms 3a5bc7a3fc vscode-xterm@3.10.0-beta9
Fixes #65436
2018-12-27 10:11:11 -08:00
Daniel Imms 1d7f5273a7 vscode-xterm@3.10.0-beta8
Fixes #65710
2018-12-26 16:19:38 -08:00
Daniel Imms 7aecf20a56 vscode-xterm@3.10.0-beta7
Fixes #65702
2018-12-26 11:05:36 -08:00
Daniel Imms 50d4ce7d8a node-pty@0.8.0 2018-12-21 12:35:51 -08:00
Daniel Imms 7b26c885da node-pty@0.7.8-conpty2 2018-12-21 10:59:54 -08:00
Daniel Imms dceb815558 Merge remote-tracking branch 'origin/master' into tyriar/conpty 2018-12-21 10:49:44 -08:00
Daniel Imms e02e44464c vscode-xterm@3.10.0-beta6
Fixes #65485
2018-12-20 12:06:32 -08:00
Daniel Imms 58f6dc5185 Merge remote-tracking branch 'origin/master' into tyriar/conpty 2018-12-18 17:13:35 -08:00
Daniel Imms 6b3f791c43 Fix test error 2018-12-18 16:27:18 -08:00
Daniel Imms 2b76b62051 vscode-xterm@3.10.0-beta4
- Remove AUTHORS file
- Support lineHeight in demo
- Remove jsdoc dependency
- Layering refactors
- Buffer optimizations
- Whitespace/null cell differentiation
- Parser OSC string optimization
- Add missing break to setOption code
- Fix mouse coords when position: fixed is used
- Fix addon typings error
- Dispose atlas when no terminals use it
- Find as you type/incremental searching (+ line cache)

Fixes #65318
2018-12-18 11:03:05 -08:00
Johannes Rieken 085374fdeb fix #65119 2018-12-17 16:03:28 +01:00
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
Benjamin Pasero 27a9cc32bc update distro 2018-12-13 09:18:54 +01:00
Christof Marti b0b8cf8655 Update distro hash 2018-12-13 07:57:23 +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
Benjamin Pasero 61587049cb update distro 2018-12-11 10:16:00 +01: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
Rob Lourens 35f96ebe3c Bump to 1.31 2018-12-07 10:36:12 -08:00
Andre Weinand 238c48f7b7 use final version 1.33.0 of DAP 2018-12-05 15:55:58 +01:00
Rob Lourens cd711a51a4 Bump distro, update OSS 2018-12-04 10:34:55 -08:00
Rob Lourens 9cabcf131c Bump ripgrep to fix #63070 2018-11-28 11:54:30 -08: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 2f0315fb85 bump distro 2018-11-25 17:20:52 +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
Christof Marti 8f33d560b9 Prepare testing system proxy settings 2018-11-16 15:50:00 +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
rebornix d98b92f414 Update distro. 2018-11-08 16:11:42 -08:00
Ramya Rao ca6e101a11
Update distro hash 2018-11-07 14:03:26 -08:00
Matt Bierner 8784755458 Use TS 3.1.4 for building VS Code 2018-11-05 16:47:53 -08:00
Joao Moreno f9f38b2bbf update distro 2018-11-02 12:59:04 +01:00
Joao Moreno 72df509444 version bump 2018-11-02 12:58:13 +01:00
Johannes Rieken f25673e310 update distro 2018-11-02 12:51:51 +01:00
Miguel Solorio f689e899ec Update distro 2018-11-01 07:50:12 -07:00