Commit graph

40554 commits

Author SHA1 Message Date
Joao Moreno 20566a4404 fix windows continuous build 2018-10-01 18:03:21 +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
Johannes Rieken e367391822 debt - use readonly instead of getter 2018-10-01 17:59:19 +02:00
Johannes Rieken c2d0322c42 more shared snippets 2018-10-01 17:58:56 +02:00
Johannes Rieken 6dbb27e692 debt - make actions return a Thenable 2018-10-01 17:51:14 +02:00
Joao Moreno 01c138cd7d update continuous build 2018-10-01 17:49:28 +02:00
Joao Moreno 6617952c18 prevent old yarn usage 2018-10-01 17:42:00 +02:00
Benjamin Pasero d4fdc9886b bump gulp-atom-electron 2018-10-01 17:38:26 +02:00
Benjamin Pasero 4567f19ef8 debt - drop getActions() support for editors 2018-10-01 17:27:56 +02:00
Christof Marti b38646959c Off by default (fixes #37932) 2018-10-01 17:23:47 +02:00
Michel73 9cd2bc03b8 Prefill quick open (#55752)
Implemented prefilling quickOpen with last search input.
2018-10-01 17:21:04 +02:00
Martin Aeschlimann cdb80f4dcc Merge branch 'master' of https://github.com/Microsoft/vscode 2018-10-01 07:56:03 -07:00
Martin Aeschlimann 070ed69049 fix resources.test failures 2018-10-01 07:55:55 -07:00
mnikn 0a5343aa97 implement [#53133](https://github.com/Microsoft/vscode/issues/53133) 2018-10-01 16:42:06 +02:00
isidor 7829e50427 debug: fix bad promise refactoring 2018-10-01 16:40:12 +02:00
Christof Marti 54c51f2f23 QuickPickItem.alwaysShow (#59232) 2018-10-01 16:39:00 +02:00
isidor 5ef7bf6b4b debug: TPromise.wrapError -> promise.reject 2018-10-01 16:33:48 +02:00
Johannes Rieken 2ff10aaf20 debt - some TPromise removal in editor/contrib 2018-10-01 16:31:31 +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
isidor 79fbea3663 explorer: TPromise.wrap -> Promise.resolve, TPromise.wrapError -> Promise.reject 2018-10-01 16:23:14 +02:00
isidor f9d63a1e37 debug: new TPromise -> new Promise 2018-10-01 16:19:56 +02:00
Johannes Rieken 5e943b7729 debt - lazy clipboard service 2018-10-01 16:18:36 +02:00
isidor c0bddd3f23 workbench/browser: TPromise.as -> Promise.resolve 2018-10-01 16:04:30 +02:00
Johannes Rieken f3662d065e register label service in shell 2018-10-01 16:01:57 +02:00
isidor 7d7c0a7402 explorer: TPromise.as -> Promise.resolve
#53526
2018-10-01 15:39:46 +02:00
Christof Marti 3424823351
Add 'a11ymas' command 2018-10-01 15:29:11 +02:00
Martin Aeschlimann 6ade98e776
Merge pull request #59639 from dierksen/swift
Use textmate/swift.tmbundle for Swift syntax.
2018-10-01 06:25:40 -07:00
isidor 15b78a8c97 debug: TPromise.as -> Promise.resolve
#53526
2018-10-01 15:16:27 +02:00
Johannes Rieken 19207ed443 debt - slice once, loop once, sort once instead of three loops, three new arrays, and two sorts 2018-10-01 15:13:41 +02:00
Daniel Imms 971dbe5af6
Merge pull request #59406 from DickvdBrink/patch-2
Fixed warning when installing on debian 8
2018-10-01 06:05:52 -07:00
Daniel Imms 5fb1e8b8b0
Merge pull request #59631 from Microsoft/tyriar/small_type
Add missing return type
2018-10-01 06:04:19 -07:00
Daniel Imms 2e0d310d14
Merge pull request #59629 from Microsoft/tyriar/shell_os_only
Only detect shell for the current OS
2018-10-01 06:04:08 -07:00
Johannes Rieken d65a12745f debt - use native promise in async#always 2018-10-01 14:59:11 +02:00
Johannes Rieken d69e8d3b47 debt - use statusbar service for global progress message 2018-10-01 14:59:11 +02:00
isidor f666c4b047 activity titile should be manage 2018-10-01 14:48:47 +02:00
Joao Moreno e3bb3e769b linux build: limit child concurrency 2018-10-01 14:47:09 +02:00
Joao Moreno 9c042522bf linux build: use tmp for home 2018-10-01 14:39:47 +02:00
Johannes Rieken bd92f9c398 insta - use lazy instantiation on main side 2018-10-01 14:37:47 +02:00
Johannes Rieken 55d96d9894 fix windows tests #58985 2018-10-01 14:17:27 +02:00
Johannes Rieken d42c663859 insta - make sure to inherit lazyness 2018-10-01 14:15:25 +02:00
Johannes Rieken 7f6f065943 debt - less winjs-promise usage 2018-10-01 14:07:14 +02:00
Johannes Rieken 81b995a25d debt - less TPromise usage 2018-10-01 14:01:17 +02:00
Johannes Rieken 258f8dc822 fix #58985 2018-10-01 13:47:28 +02:00
Joao Moreno 40f3405131 update darwin node and yarn versions 2018-10-01 13:02:37 +02:00
Joao Moreno f5f602bdf4 update linux build node and yarn versions 2018-10-01 13:02:37 +02:00
isidor 59d26e223e Running extensions editor: Convert workbench editor actions to commands
fixes #59346
2018-10-01 12:53:42 +02:00
Johannes Rieken f74a50e353 fix #59469 2018-10-01 12:53:12 +02:00
Johannes Rieken 00702d3333 debt - command service uses real promise 2018-10-01 12:45:53 +02:00
Johannes Rieken 87e5717630 debt - remove TPromise from opener service 2018-10-01 12:45:53 +02:00