50142 Commits

Author SHA1 Message Date
Johannes Rieken
fa71df46e6 remove ExtHostHeapService 2019-06-14 19:19:44 +02:00
Daniel Imms
e08e8b025f Move window.shell to env.shell
Part of #75091
2019-06-14 09:15:39 -07:00
Daniel Imms
52a351f8ff
Merge pull request #75455 from microsoft/tyriar/75091_default_shell_api
Implement API to get default shell
2019-06-14 09:13:28 -07:00
Joao Moreno
58be455dad fix monaco editor compilation 2019-06-14 16:36:46 +02:00
Joao Moreno
2b03e7165e 💄 2019-06-14 15:59:48 +02:00
Joao Moreno
2af4677f96 implement timeout mechanism for missing ipc channels
fixes #72531
2019-06-14 15:53:26 +02:00
Joao Moreno
3fe6a33295 fix bad handling of missing channel in IPC
related to #72531
2019-06-14 15:12:39 +02:00
Sandeep Somavarapu
3ccd965ddb Fix #74833 2019-06-14 15:08:45 +02:00
Benjamin Pasero
69a0ef879c main - wait for driver 2019-06-14 14:56:14 +02:00
Johannes Rieken
cb865f934a remove extHostHeapService, use normal cache in commands converter, #74846 2019-06-14 13:02:18 +02:00
Johannes Rieken
8e91c0db03
Merge pull request #75461 from microsoft/dev/mjbvz/remote-heap-for-sig-help
Don't use heap service for signature help
2019-06-14 12:46:24 +02:00
Johannes Rieken
15b7c86d86 show Loading... in details view, #73311 2019-06-14 12:15:40 +02:00
Johannes Rieken
14b384f2cc 💄 suggest widget dispose 2019-06-14 12:15:40 +02:00
Martin Aeschlimann
8c4a49f8b9 [testresolver] kill server on shutdown 2019-06-14 12:07:04 +02:00
Benjamin Pasero
bfa6a69e6b fix #75497 2019-06-14 12:01:57 +02:00
Benjamin Pasero
c6d9e8ea64 status - push proposed API for statusbar id/name and adopt 2019-06-14 11:52:39 +02:00
Benjamin Pasero
96913ae480 update distro 2019-06-14 11:21:42 +02:00
Benjamin Pasero
ee630a0895 web - receive proper uris 2019-06-14 11:20:45 +02:00
Joao Moreno
bfc5fb4fd2 update inno_updater 2019-06-14 11:19:29 +02:00
Johannes Rieken
ef88842d3f completion model isn't dispoable but the suggest model that requests items, #75106 2019-06-14 10:48:21 +02:00
Martin Aeschlimann
466b29a0ae install server: use distro commit 2019-06-14 10:47:52 +02:00
Joao Moreno
5ece1f176f fixes #71142 2019-06-14 10:32:22 +02:00
Alex Ross
c43b97e6a2 Remove terminal task dependency on getDefaultShell
Part of #69113
2019-06-14 10:21:39 +02:00
Alex Ross
03394ab583 Remove getWindowsBuildNumber from terminal task system
Per discussion in #67855, using the build number didn't solve the issue. For web we need to remove this dependency anyway. Part of #69113
2019-06-14 09:57:21 +02:00
João Moreno
a1a8636136
object tree: preverve collapse state by id (#74462) 2019-06-14 09:55:50 +02:00
Johannes Rieken
6a0545723d revert changes for #75106, fixes #75402 2019-06-14 09:54:32 +02:00
Alex Ross
c79157851d Remove use of win32 from terminal task system
Part of #69113
2019-06-14 09:50:51 +02:00
Benjamin Pasero
a5109d2491 fix #75354 2019-06-14 08:00:29 +02:00
Benjamin Pasero
e733490985 web - adopt latest server 2019-06-14 07:43:59 +02:00
Matt Bierner
09158c5b7a Extract closeTimeout constant 2019-06-13 18:45:14 -07:00
Matt Bierner
ecf8cdf0ae Use DisposableStore and MutableDisposable for MessageController 2019-06-13 18:44:15 -07:00
Matt Bierner
50d3888105 Make sure we dispose of empty results 2019-06-13 17:51:36 -07:00
Matt Bierner
580bd304c9 Don't use heap service for signature help
For #74846

Migrates from using the heap service to have an explicit lifecycle
2019-06-13 17:49:00 -07:00
Matt Bierner
592b91b5cb Use readonly for cache
This type never modifies the input arrays
2019-06-13 16:43:09 -07:00
Matt Bierner
89aadaa131 Use TS 3.5.2 for building VS Code 2019-06-13 16:39:26 -07:00
Matt Bierner
4f102f6ffc Pick up TS 3.5.2 2019-06-13 16:12:58 -07:00
Daniel Imms
976320ddd2 Pass workspace shell permissions to ext host 2019-06-13 15:41:00 -07:00
SteVen Batten
9c1746acdf update distro 2019-06-13 15:34:48 -07:00
Daniel Imms
83ba7099ff Default shell API
Part of #75091
2019-06-13 15:13:31 -07:00
Matt Bierner
8b0f06bef9
Merge pull request #75371 from andrius-pra/external-typescript-plugin-files
Sync languages provided by Typescript plugins
2019-06-13 14:23:11 -07:00
Matt Bierner
3bb736272e Mark readonly on insertSnippet
This function does not modify the input array
2019-06-13 14:11:46 -07:00
Matt Bierner
bb48783c40 Make sure dispose of code actions on hover properly
Fixes #75445
2019-06-13 14:08:35 -07:00
Matt Bierner
a767e5e838 Add isArray overload to handle simple case where input is a readonly array
isArray should keep the output as readonly
2019-06-13 13:43:54 -07:00
Matt Bierner
c91fc7f218 Use ReadonlyArray for coalesce
coalesce does not mutate its input array
2019-06-13 13:43:54 -07:00
Matt Bierner
755a69e950
Merge pull request #75378 from microsoft/dev/mjbvz/use-mutable-disposable-for-editor-status
Use MutableDisposable for managing editorStatus items
2019-06-13 13:41:56 -07:00
Christian Oliff
63fe7ad216 Recommend users install EditorConfig extension (#75391) 2019-06-13 09:58:29 -07:00
Miguel Solorio
bec412a6e6 Remove background images for icon explorations, except for twisties
This is due to this https://github.com/microsoft/vscode/issues/8017#issuecomment-499780142
2019-06-13 09:41:00 -07:00
Andrius
2ac8fbb7d0 notify tsserver about changes in external files. 2019-06-13 19:20:33 +03:00
Miguel Solorio
cdc9f10c68 Fix #75401, add more spacing to breadcrumbs in no tab view 2019-06-13 09:16:51 -07:00
Johannes Rieken
37518cae49 dispose code lens model(s) only after having resolved the current model, #75105 2019-06-13 17:31:00 +02:00