Johannes Rieken
596104a2ed
fix #59768
2018-10-02 10:25:55 +02:00
Sandeep Somavarapu
bd4d782d49
Fix default keybindings file label
2018-10-02 10:14:47 +02:00
Sandeep Somavarapu
eb7a018486
Do not open default keybindings by default
2018-10-02 10:14:46 +02:00
Sandeep Somavarapu
24179e0bf3
Make Open Keybindings File a primary action
2018-10-02 10:14:46 +02:00
Johannes Rieken
d848101d9d
different fix for #59733
2018-10-02 10:09:31 +02:00
Benjamin Pasero
eafa0add6e
fix #59752
2018-10-02 10:07:50 +02:00
Benjamin Pasero
d8c58630a6
more logging (for #59752 )
2018-10-02 09:36:54 +02:00
Benjamin Pasero
ee321dcd2c
build - auto release "exploration" builds
2018-10-02 09:31:17 +02:00
Benjamin Pasero
227e98f893
fix #59733
2018-10-02 09:30:13 +02:00
Christof Marti
72fcd264c5
Update calendar
2018-10-02 09:28:38 +02:00
Joao Moreno
e9301e67d5
fixes #59764
2018-10-02 09:02:15 +02:00
Benjamin Pasero
f0bfe7ce71
always restore grid, even on error (for #59752 )
2018-10-02 07:28:10 +02:00
Agustín Rodríguez
219b9461e5
stop duplicating actions for tabs management when using macOS native tabs ( #59793 )
2018-10-02 07:09:16 +02:00
Adam Curtis
ccb63aacfa
Removed duplicate "the" from documentation. ( #59736 )
2018-10-01 17:30:06 -07:00
Matt Bierner
feffb38103
Make sure the configs values are overriden properly
2018-10-01 16:49:24 -07:00
Matt Bierner
936742b5d1
Onboard npm to use shared tsconfig
2018-10-01 16:43:18 -07:00
Matt Bierner
6769079c0d
Onboard jake to use shared tsconfig
2018-10-01 16:42:24 -07:00
Matt Bierner
1d192bb4f0
Onboard markdown to use shared tsconfig
2018-10-01 16:41:19 -07:00
Matt Bierner
950a3ff867
Onboard vscode-api-tests to use shared tsconfig
2018-10-01 16:38:29 -07:00
Matt Bierner
402106a699
Introduce a shared tsconfig for extensions
...
Setup a baseline tsconfig for extensions to extend. This will help make sure thatof our built-in extensions are using the recommended settings for target and so on. it also reduces duplicated code and will make updating tsconfig settings easier
2018-10-01 16:35:43 -07:00
Matt Bierner
199c51f4a5
Enable no unused parameters
2018-10-01 16:12:26 -07:00
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