Commit graph

885 commits

Author SHA1 Message Date
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
Christof Marti 77a8731de0 Update distro commit 2018-05-03 10:02:04 +02:00
Joao Moreno baf6fbc777 update continuous build
fixes #48800
2018-05-02 12:57:44 +02: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
Christof Marti f251d22e73 1.24 begins 2018-04-27 17:32:55 +02:00
Rachel Macfarlane ebf9c8c730 Update windows-process-tree to 0.2.2 2018-04-25 19:06:41 -07:00
Christof Marti 996ba231a1 OSS update 2018-04-25 14:51:07 +02: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
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
Rob Lourens e7c9148e17 Update distro 2018-02-07 11:18:24 -08: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
kieferrm 443fd7841b update distro reference 2018-02-02 16:10:38 -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
Alex Dima 68a24258e1 bump to 1.21.0 2018-02-02 16:00:56 +01:00
Ramya Achutha Rao 915b8c03ed Updating OSS tool results 2018-01-31 18:20:15 -08:00
Daniel Imms c094367d26 Fix double and triple click on links in terminal
Fixes #41415
2018-01-31 18:00:00 -08:00
Matt Bierner ea898c1242 Update distro 2018-01-31 15:54:57 -08:00
Ramya Achutha Rao bd7c84d636 Update distro 2018-01-31 15:51:53 -08:00
Dirk Baeumer 28e65824f2 Update to latest vscode-nls-dev 2018-01-30 11:59:52 +01:00
Ramya Achutha Rao 98ae7354ea Updated distro for recommendations url 2018-01-29 21:12:56 -08: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
Rob Lourens 6bfe9bbe8a Bump distro 2018-01-23 21:57:06 -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
Joao Moreno 53a2781d80 add extensions control url 2018-01-23 16:25:51 +01:00
kieferrm 1502c8c2a0 update distro 2018-01-22 22:26:32 -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 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
Alex Dima 24f2facb54 Open master for business 2017-12-08 14:03:51 +01:00
Alex Dima 715ddfd55b OSS 2017-12-08 10:33:04 +01:00
Johannes Rieken 6ebc4409e9 depend on 0.0.7 of inspect-profiler, #39898 2017-12-08 09:16:14 +01:00
Alex Dima e27ceb87a9 OSS 2017-12-07 22:17:13 +01:00
kieferrm 0f008a6531 change distro 2017-12-06 16:50:44 -08:00
kieferrm cd29228860 changed distro 2017-12-06 14:13:48 -08: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
Joao Moreno 9aa1e29ec2 fix spdlog file handles in windows
fixes #39659
2017-12-06 12:04:13 +01:00
Joao Moreno d8cacdc1fd fix spdlog service not closing file handle on reload
related to #39659
2017-12-05 17:53:50 +01:00
Ramya Achutha Rao 01c32c8e72 Update distro 2017-12-04 15:59:42 -08:00
Andre Weinand 6558a753f2 use DAP@1.25.0 2017-12-04 15:58:33 +01:00
Joao Moreno 62f7e112a5 fixes #37497 2017-12-04 15:56:11 +01:00
João Moreno 4b91235ba2
Merge pull request #39365 from Microsoft/joao/spdlog
Introduce a log service across all processes
2017-12-04 13:19:17 +01:00
Joao Moreno 88893bf97a fix build 2017-12-04 13:16:40 +01:00
Sandeep Somavarapu 2462b84bb6 set log level action 2017-11-30 13:38:09 +01:00
Joao Moreno 4c79dc1f0c scope the logs per date folder 2017-11-30 09:52:17 +01:00
Joao Moreno d3fb016d30 update spdlog 2017-11-29 18:08:03 +01:00
Joao Moreno 0228f712a2 add spdlog 2017-11-29 17:49:53 +01:00
Joao Moreno baa296804e update gulp atom electron
related to #25843
2017-11-24 09:31:47 +01:00
Joao Moreno 9ae69443fb remove ossreadme.json from debug. fixes #38947 2017-11-23 11:55:16 +01:00
Johannes Rieken 52c2843cc4 redo --prof-startup with the new protocol based profiler, also profile extension host startup 2017-11-23 10:55:02 +01:00
Rob Lourens d294b25f2d Bump distro for settings search URL 2017-11-20 22:00:45 -08:00
Andre Weinand 27da5ea3cd DAP@1.25.0-pre.0 2017-11-20 18:13:21 +01:00
Rob Lourens 090d0ff1d3 Update vscode-ripgrep bc 0.3 was a bad publish 2017-11-17 11:12:57 -08:00
Rob Lourens 8b05b0d70c Update vscode-ripgrep to fix issue with yarn 2017-11-16 15:13:08 -08:00
Joao Moreno fdcecb53e6 remove package.json electronVersion 2017-11-16 14:43:41 +01:00
Joao Moreno 4d97c054e4 update distro 2017-11-16 12:52:20 +01:00
Joao Moreno 4370136de2 fixes #38439 2017-11-16 12:51:23 +01:00
Joao Moreno c4cb8bf20d improve preinstall script 2017-11-16 10:21:52 +01:00
Joao Moreno 9fa007f057 use vscode-chokidar
related to #38342
2017-11-15 15:22:40 +01:00
Joao Moreno 97c108d7e4 update vsce 2017-11-15 10:54:33 +01:00
Joao Moreno 2069d83979 update gulp tsb 2017-11-15 10:29:51 +01:00
Joao Moreno 206a500d75 upgrade vsce
finally can build vscode!
2017-11-14 22:08:51 +01:00
Joao Moreno a5a27b54b9 move down to 2.0.4 based gulp-tsb 2017-11-14 21:39:33 +01:00
Joao Moreno f47e5442c1 use patched gulp-tsb to fix @types compilation mess 2017-11-14 21:01:15 +01:00
Joao Moreno 5e5ebf5c1f Merge branch 'master' into yarn 2017-11-14 18:46:07 +01:00
Joao Moreno 25c14fc204 upgrade vsce 2017-11-14 18:39:10 +01:00
Alex Dima 73dea41439 Remove old/unused scripts 2017-11-14 17:38:30 +01:00
Matt Bierner 0790dd3f86 Don't include @types/semver since we already have a local copy 2017-11-13 16:00:24 -08:00
Daniel Imms 363be8073a node-pty@0.7.3: Fix winpty exception
Fixes #37934
2017-11-11 14:14:35 -08:00
Rob Lourens e8a84e5f23 Update vscode-ripgrep - Fix #37863 2017-11-09 13:35:31 -08:00
Erich Gamma 56111c9cc6 update to tslint5 2017-11-07 12:08:22 +01:00
Matt Bierner f048c5ea63 Adopt ts 2.6.1 for building vscode. Fixes #37719 2017-11-06 09:28:27 -08:00
Benjamin Pasero 1b36db4a99 ⬆️ iconv-lite@0.4.19 2017-11-06 10:51:52 +01:00
Benjamin Pasero ec4216fcbb ⬆️ jschardet@1.6.0 2017-11-06 10:51:52 +01:00
Daniel Imms 609ea97d0c Uplevel xterm.js
Brings in an API breakage
2017-11-04 21:05:31 -07:00
Daniel Imms a366a9e4c9 Bump version to 1.19 2017-11-04 00:36:01 -07:00
Ramya Achutha Rao 098bb776d2 Update distro hash 2017-11-03 16:30:58 -07:00
Ramya Achutha Rao 8ff998aea9 Get latest recommendations from distro 2017-11-03 15:17:09 -07:00
Daniel Imms b7d1f3c1cd Update distro for oss tool output 2017-11-02 22:34:41 -07:00
Joao Moreno 1e38903d0f remove winreg 2017-11-01 09:25:05 +01:00
Alex Dima 2845548a09 use vscode-textmate@3.2.0 2017-10-30 20:48:13 +01:00
Steve Desmond 38ba2f0bc3 update keytar to 4.0.5 2017-10-30 10:07:20 -07:00
Daniel Imms 7ca2c8ad0e node-pty@0.7.2 2017-10-27 11:37:35 -07:00
Benjamin Pasero 23ce20da21 update distro 2017-10-19 11:38:46 +02:00
Benjamin Pasero 5b90c9f13c electron 1.7.9 2017-10-17 16:25:22 +02:00
Rob Lourens 30056ee7c5 Bump ripgrep 2017-10-09 15:22:26 -07:00
Matt Bierner 0bd33bbd96 Use strict versions for @types. Fixes #35561 2017-10-09 11:21:00 -07:00
Christof Marti b630961260 Update distro hash 2017-10-03 14:29:50 -07:00
Daniel Imms e68b79169d node-pty@0.7.1
Fixes #26807
2017-10-03 13:57:48 -07:00
Benjamin Pasero e90918bb42 update distro for icons 2017-10-02 19:34:32 +02:00
Daniel Imms 4a42b45beb Use new xterm.js branch, fix emojis issues
Includes sourcelair/xterm.js#1017

Fixes #35114
2017-10-02 09:25:58 -07:00
Johannes Rieken e2c21a6923 Hello 1.18 2017-09-29 15:32:44 +02:00
Johannes Rieken 64675c73fb update distro-property 2017-09-28 15:10:29 +02:00
Benjamin Pasero 48a726f76a distro for icons 2017-09-28 06:46:12 +02:00
Rob Lourens 67a8479bdc
Bump vscode-ripgrep 2017-09-26 17:32:57 -07:00
Joao Moreno 9189399d6a fix smoketest script in windows 2017-09-25 17:39:32 +02:00
Andre Weinand 9279711645 upde DAP 1.24.0 2017-09-25 15:18:43 +02:00
Johannes Rieken 19c992bae8 move ftp provider into an extensions, expose things as proposed api 2017-09-18 16:15:38 +02:00
Johannes Rieken 9bc31f1ca6 Merge branch 'master' into joh/ftp 2017-09-18 11:01:12 +02:00
Daniel Imms e6874a384a Uplevel windows-process-tree
Fixes #34301
2017-09-15 18:43:24 -07:00
Daniel Imms b508eb1b9a Uplevel windows-process-tree
Fixes #34301
2017-09-15 17:46:47 -07:00
Johannes Rieken 90de7db5a1 Merge branch 'master' into joh/ftp 2017-09-13 12:23:12 +02:00
Rob Lourens 02350be480
Bump vscode-ripgrep to get fix for quickopen+rg 2017-09-12 16:12:13 -07:00
Johannes Rieken 9c3fb2ffd1 Merge branch 'master' into joh/ftp 2017-09-12 09:10:22 +02:00
Johannes Rieken 689dcf546f hacking my way around 2017-09-11 21:20:52 +02:00
Joao d941eb71c7 build: lock gulp-tsb 2017-09-11 12:33:10 +02:00
Daniel Imms 055b8b4500 Uplevel xterm.js 2017-09-09 21:26:37 -07:00
Daniel Imms cf10580a1e electron@1.7.7 2017-09-06 11:07:21 -07:00
Joao 38748b4481 linux smoke 2017-09-05 11:40:14 +02:00
Benjamin Pasero 7c77cf2d27 ⬆️ jschardet 2017-09-05 10:56:59 +02:00
Benjamin Pasero 92827867b7 update distro 2017-09-05 08:02:13 +02:00
Joao 750b49ce9e Merge branch 'smoketest' 2017-09-04 11:32:58 +02:00
Matt Bierner 3a5784fe7b Use specific TS version 2017-09-01 13:53:59 -07:00
Matt Bierner 69afce7650 Build using TS 2.5 (#33705)
* Build using TS 2.5

Fixes #33704

* Remove explicit return type
2017-09-01 13:52:42 -07:00
Andre Weinand 4313732a84 bump vscode version to 1.17 2017-09-01 18:14:32 +02:00
Joao b1c545c1c9 wip: clean up smoketest launching 2017-09-01 17:52:29 +02:00
Andre Weinand aa42e6ef81 update distro reference 2017-09-01 17:14:25 +02:00
Benjamin Pasero 5dcbf2e7f3 fix #33503 2017-09-01 12:03:09 +02:00
chrisdias 7b6ceb0821 pick up new distro 2017-08-31 16:27:52 -07:00
Daniel Imms 59aa58b990 Update distro 2017-08-31 08:27:21 -07:00
Benjamin Pasero 16fb321826 update distro 2017-08-31 09:26:02 +02:00
chrisdias 985f2f5c8a updated distro 2017-08-30 18:11:36 -07:00
Andre Weinand 5b2362d64b use DAP@1.23.0 2017-08-30 17:58:08 +02:00
Daniel Imms 956c5de44b Update distro 2017-08-29 14:33:47 -07:00
Andre Weinand 96c545001a upgrade to DAP 1.23.0-pre.0 2017-08-28 15:51:06 +02:00
Alex Dima e60ab23372 Fixes #32990: Call our own version of exit which does not wait for a debugger to disconnect (on the extension host) 2017-08-25 16:32:18 +02:00
Benjamin Pasero fa560055e5 Welcome page icon needs to be updated (fixes #33095) 2017-08-24 19:32:41 +02:00
Daniel Imms 67a290eb70 Downgrade Electron to 1.7.3 with debug fix 2017-08-24 08:24:22 -07:00
Benjamin Pasero baba73a825 Revert "Set electron version to 1.7.3"
This reverts commit e16484a3e7.
2017-08-24 08:08:56 +02:00
Daniel Imms 0aa551ce45 Merge remote-tracking branch 'origin/master' into tyriar/electron-1.7.3 2017-08-23 19:59:45 -07:00
Daniel Imms 4e5b74a4b7 windows-process-tree@0.1.3 2017-08-23 19:59:29 -07:00
Daniel Imms e16484a3e7 Set electron version to 1.7.3 2017-08-23 15:33:42 -07:00
kieferrm b0aefeccd7 update distro 2017-08-23 15:15:58 -07:00
Alex Dima 39c26ad454 native-keymap@1.2.5 2017-08-23 16:07:34 +02:00
Benjamin Pasero d112d08fa2 update distro for new icons 2017-08-23 07:37:53 +02:00
Amy Qiu 2d795089d0 Fix monaco 2017-08-21 16:33:25 -07:00
Amy Qiu adfa422641 Fix conflicts 2017-08-21 11:44:46 -07:00
Amy Qiu ead952302a Integrate native module for WindowsShellHelper 2017-08-21 11:43:35 -07:00
Daniel Imms 97b3b90ada node-pty@0.7.0
Fixes #32802
Fixes #31090
2017-08-21 10:30:09 -07:00
Daniel Imms 04f22441c6 Merge remote-tracking branch 'origin/master' into tyriar/electron-1.7.5 2017-08-20 16:35:38 -07:00
Daniel Imms 441d6c7bd6 Merge pull request #32809 from Microsoft/tyriar/xterm-v3
Pull in xterm.js v3 refactor
2017-08-18 17:49:41 -07:00
Alex Dima 728507a850 Update to native-watchdog@0.2.0 (fixes #32620) 2017-08-18 11:16:31 +02:00
Daniel Imms eee02ecda2 Uplevel xterm.js
This pulls many changes from the v3 branch.

Fixes #32725
2017-08-17 08:56:07 -07:00
Daniel Imms 49001c508d Bump electron version to 1.7.5 2017-08-16 11:30:33 -07:00
Benjamin Pasero 37703a6602 Revert "update distro"
This reverts commit 2626251db8.
2017-08-15 23:11:10 +02:00
Benjamin Pasero 2626251db8 update distro 2017-08-15 12:12:41 +02:00
Alex Dima 0a4b9f324a Add a watchdog mechanism to detect when the extension host JavaScript event loop is unresponsive (#26445) 2017-08-14 12:15:16 +02:00
Rob Lourens 113737877e Merge pull request #31942 from Microsoft/electron/1.7.4
Electron 1.7.x
2017-08-11 18:20:13 -07:00
Christof Marti 23ca41bc4f keytar should be a regular dependency 2017-08-11 12:45:20 -07:00
Rob Lourens 1180fa8e4d Merge branch 'master' into electron/1.7.4 2017-08-11 12:11:30 -07:00
kieferrm 42f932bd34 updating distro reference 2017-08-09 09:18:35 -07:00
Rob Lourens 48ed021dc5 Merge branch 'master' into electron/1.7.4 2017-08-08 07:21:28 -07:00
Rob Lourens 05fc36e170 Update yauzl and vscode-ripgrep 2017-08-07 14:07:19 -07:00
kieferrm a691a0e25c bump vscode version 2017-08-04 15:48:36 -07:00
kieferrm 1af52c0470 update distro reference 2017-08-03 19:51:16 -07:00
Ramya Achutha Rao a7c10fea15 Update distro commit hash 2017-08-03 16:40:53 -07:00