Commit Graph

38763 Commits

Author SHA1 Message Date
Matt Bierner c419355b5b Merge pull request #75375 from microsoft/dev/mjbvz/vscode-api-readonly-events
Mark events as readonly in VS Code api
2019-06-14 11:59:57 -07:00
Daniel Imms 10d4256ff5 Remove process usage from terminalEnvironment
Fixes #75509
2019-06-14 11:33:37 -07:00
Miguel Solorio 2935ccca97 Update editorOverviewRuler.findMatchForeground 2019-06-14 11:00:08 -07:00
Daniel Imms 1d1c127694 Merge pull request #75519 from tchaloupka/patch-1
Fix LANG env var for Czech
2019-06-14 10:52:57 -07:00
Johannes Rieken fa71df46e6 remove ExtHostHeapService 2019-06-14 19:19:44 +02:00
Tomáš Chaloupka 3183f556d9 Update terminalEnvironment.ts 2019-06-14 18:33:06 +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
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 ee630a0895 web - receive proper uris 2019-06-14 11:20:45 +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
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
Daniel Imms 976320ddd2 Pass workspace shell permissions to ext host 2019-06-13 15:41:00 -07:00
Daniel Imms 83ba7099ff Default shell API
Part of #75091
2019-06-13 15:13:31 -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
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
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
Johannes Rieken b8e43cc7ca 💄 2019-06-13 17:31:00 +02:00
isidor 1c45c4c31d fix jump to cursor 2019-06-13 16:59:41 +02:00
Miguel Solorio 334c61c45b Merge pull request #75372 from microsoft/misolori/warning-colors
Update warning colors to pass color contrast ratio
2019-06-13 07:57:57 -07:00
isidor bcad3bcce7 explorer dnd: polish dialog 2019-06-13 16:10:17 +02:00
isidor 28c99fa333 debug: fix jump to line 2019-06-13 15:44:10 +02:00