Commit Graph

712 Commits

Author SHA1 Message Date
Daniel Imms
149ced58e1 Fix exception in xterm.js
Fixes #47489
2018-04-09 06:17:50 -07:00
Benjamin Pasero
24d87a7eb0 Revert "Update to Electron v2.0.0-beta.6 (#46552)"
This reverts commit 88603b377d.
2018-04-06 09:33:18 +02:00
Daniel Imms
88603b377d Update to Electron v2.0.0-beta.6 (#46552)
* electron@2.0.0-beta-1

* Update distro

* Update electron.d.ts to 2.0.0-beta.1

* Disable asar as it causes a native crash

* Adopt Module._resolveLookupPaths ASAR patch

* electron 2.x - restore inspector URL in extension host

* electron 2.x - adopt context menu callback for onHide

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10442

* electron 2.x - update node.d.ts

* electron 2.x - update node.d.ts to 8.9.x

* electron 2.x - keep node.d.ts changes to a minimum

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10862

* electron 2.x - bump to 2.0.0-beta2

* bump to 2.0.0-beta.3

* Context menu: selecting "Rename" does not put focs into rename box (fix #45601)

* quality "exploration" for easier testing

* empty commit

* push a workaround for #45700

* Certain themes show UI artifacts over activity bar icons (fixes #45700)

* better fix for #45700

* bump to 2.0.0-beta.4

* another fix to prevent flickering for #45700

* avoid remote access in index.js

* bump distro commit

* electron 2.x - do not use --debug anymore

* bump electron to 2.0.0-beta.5

* electron 2.x - add libgtk-3-dev as build dependency for Linux 64

* electron 2.x - workaround freeze on linux on startup

* bump local storage telemetry key

* electron 2.x - do a one time backup of local storage

* enable ELECTRON_ENABLE_LOGGING on macOS at least

* 2.0.0-beta.6

* Fix ctrl+shift+e not focusing explorer on Linux

* distro - use GH electron builds for now
2018-04-03 12:39:25 +02:00
Matt Bierner
5900899b83 Fix quick suggestions not shown in ${| template string
Fixes #37176
2018-04-02 18:43:28 -07:00
Peng Lyu
b66f0ba3c7 bump version 2018-03-30 18:20:01 -07:00
Peng Lyu
c70a79e009 OSS tools 2018-03-30 15:06:30 -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
Christof Marti
722149a26b Telemetry opt-out notice 2018-03-16 16:27:47 +01: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
Joao Moreno
51761e7b4c fix linux tests 2018-03-08 15:56:07 +01:00
Joao Moreno
0a6a2d72e7 windows build 2018-03-08 15:47:40 +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
Sandeep Somavarapu
e7ba409154 bump to 1.22.0 2018-03-05 07:48:43 +01:00
Daniel Imms
2e200d6e28 Remove flatpak task
Fixes #44578
2018-03-03 10:05:01 -08:00
Sandeep Somavarapu
ebc410526a Update distro 2018-03-02 10:56:44 +01:00
Sandeep Somavarapu
3add098871 Run OSS tool and update distro commit hash 2018-03-01 17:09:14 +01: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
Andre Weinand
16900e560b update DAP to 1.27.0-pre.0 2018-02-22 17:19:42 +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
Sandeep Somavarapu
27b054d62f Update distro 2018-02-20 07:09:23 +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