Commit graph

40468 commits

Author SHA1 Message Date
Matt Bierner
55567633b3 Enable no unused parameters in vscode-api tests 2018-10-01 16:12:05 -07:00
Matt Bierner
f1c7c19a36 Fixing some strict mode typing issues in emmet 2018-10-01 16:07:55 -07:00
Matt Bierner
86ceb0c84e Enable noUnusedParameters in configurationHelper 2018-10-01 16:01:28 -07:00
Matt Bierner
02e4aada63 Remove unused 2018-10-01 15:59:20 -07:00
Matt Bierner
dece532913 Prefix unused with _ 2018-10-01 15:57:07 -07:00
Matt Bierner
90041e8bc7 Use await for tests
Testing convert to async quick fix
2018-10-01 15:56:44 -07:00
Matt Bierner
09c738074e Converting many test functions to use arrow functions
Standardizing syntax and discouraging use of `this` inside tests
2018-10-01 15:44:58 -07:00
Matt Bierner
316a067c27 Convert test to use async 2018-10-01 15:44:58 -07:00
Matt Bierner
2025636974 Convert test to use async 2018-10-01 15:44:58 -07:00
Matt Bierner
e87867c917 Convert to async 2018-10-01 15:44:58 -07:00
Peng Lyu
735f6a7bb9
Merge pull request #59713 from spahnke/initialize-scheme
[StandaloneEditor] Initialize static field 'SCHEME'
2018-10-01 14:03:56 -07:00
Daniel Imms
8ab695c975
Merge pull request #59772 from Microsoft/tyriar/59765
Simplify terminal ID retry mechanism
2018-10-01 13:45:29 -07:00
Matt Bierner
ba7a41907e Revert "TPromise.join -> Promise.all"
This reverts commit f25e9c1069.
2018-10-01 11:59:43 -07:00
Matt Bierner
f2f8b7cb08 Remove built-in toml basic language support
Reverts #59089

After further discussions with the team, we decided that we should not ship a bundled toml grammar. There are two reasons for this:

* For the best toml experiance, users should use one of the toml plugins from the marketplace as these provide intellisense and other advanced language features. We previously recommend these plugins when you opened a toml file. However if we ship a bundled toml grammar, these recommendations will no longer appear

* Engineering maintance costs on our side. Updating the grammar, maintaining tests, and handling issues related to it are all extra work that has to be considered.

For these reasons, we do not think it makes sense to include basic toml support
2018-10-01 11:53:36 -07:00
Daniel Imms
a50e3fe64d Simplify teterminal ID retry mechanism
Fixes #59765
2018-10-01 11:36:02 -07:00
Matt Bierner
78d8277315 Revert bad fix for unit test as part of TS 3.1
Adding todo about addressing this
2018-10-01 11:13:24 -07:00
Matt Bierner
d37076a596 Build VS Code using TypeScript 3.1.1
Fixes #59757
2018-10-01 10:55:16 -07:00
Robin B
0d0bfe8ddc Adjust phrasing to sound more natural in CONTRIBUTING.md (#59749) 2018-10-01 10:39:28 -07:00
Miguel Solorio
931223d9d3 Fix sass file reference 2018-10-01 10:13:12 -07:00
rebornix
a76804ef19 Fix #59741. Undo stop before the first color change. 2018-10-01 09:53:22 -07:00
Rob Lourens
3288426fcf Fix #59502 - maintain 1px border on select when focused to keep it stable 2018-10-01 09:53:07 -07:00
Rob Lourens
59545128b2 Fix #59393 - fade in settings ui context gear icons 2018-10-01 09:53:07 -07:00
Rob Lourens
1d2ec4020f Fix #57281 - use configured workbench selection colors for suggestEnabledInput 2018-10-01 09:53:07 -07:00
isidor
f25e9c1069 TPromise.join -> Promise.all 2018-10-01 18:44:41 +02:00
Samuel Attard
8ee605ede4 feat: force mojave dark mode support on even though Electron is not built on the 10.14 SDK (#59742) 2018-10-01 18:25:15 +02:00
Benjamin Pasero
66dcb50e61 gulp-atom-electron@1.19.0 2018-10-01 18:14:00 +02:00
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