Commit Graph

7268 Commits

Author SHA1 Message Date
Megan Rogge
e1c0b0dd25 allow extension terminals to opt-out of persistence #118726 (#138884) 2021-12-10 14:53:06 -08:00
Joao Moreno
ac035214a7 fix broken SCM view 2021-12-09 21:58:06 +01:00
Henning Dieterichs
afaa9ac84e More adoption of language configuration service. 2021-12-09 11:24:14 +01:00
Alex Dima
cb3bc8a60e Split ILanguageService.create into createById and createByMimeType 2021-12-08 16:50:54 +01:00
Alex Dima
c71424a61d Rename some ILanguageService methods 2021-12-08 15:06:49 +01:00
Alex Dima
91b97cec91 Debt: Rename IModeService to ILanguageService 2021-12-08 14:36:18 +01:00
Johannes Rieken
70f7866175 Merge pull request #138581 from microsoft/joh/onWillCancel
expose CancellationToken on onWill-file events
2021-12-07 17:32:50 +01:00
Johannes Rieken
d1ae860377 No need for trusted types in extHost worker and worker extension loading, https://github.com/microsoft/vscode/issues/138588 2021-12-07 15:14:44 +01:00
Johannes Rieken
3d13b9aeb4 expose CancellationToken on onWill-file events 2021-12-07 11:27:33 +01:00
Megan Rogge
08fe3f2247 finalize terminal location API (#138530) 2021-12-06 12:03:15 -08:00
Logan Ramos
18252333b6 Introduce onDidModelChange to the group (#137388)
* Add aggregate model event

* Switch to aggregate model events

* Use GroupChangeKind instead

* Switch to using GroupChange event

* Introduce an onDidModelChange

* Move group change to belong to the model

* Address comments

* editors - for now keep `GroupChangeKind' accessible via groups service

* one more

* avoid IEditorCloseEvent

* further avoid types

* simplify events

* clean up events

* fix reexport issue

* Address PR feedback

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-12-06 13:02:51 -05:00
Alex Dima
2fc1dac229 ICodeEditor.getContribution can return null 2021-12-06 17:57:09 +01:00
Johannes Rieken
84fce54d28 send file system info with dummy uri, https://github.com/microsoft/vscode-remote-release/issues/5714
this ensures uris undergo transformation and therefore file and vscode-remotes are handled correctlly
2021-12-06 10:35:48 +01:00
Sandeep Somavarapu
7549d51a10 Fix #138192 2021-12-01 15:47:18 +01:00
Raymond Zhao
f8756d07ef Add clarification to title schema
Fixes #138194
2021-11-30 14:01:40 -08:00
Sandeep Somavarapu
4ee3ed1ff2 Fix #138154 2021-11-30 14:57:17 +01:00
Johannes Rieken
b060030336 workaround for https://github.com/microsoft/vscode/issues/136982 2021-11-29 12:45:53 +01:00
Sandeep Somavarapu
212deea1cc #46851 passing extension description breaks intellisense as it is not serializable.
Pass only id and display name as extension info
2021-11-26 14:54:17 +01:00
Sandeep Somavarapu
49fc9c109e #46851 pass extension description as source 2021-11-26 14:02:48 +01:00
Johannes Rieken
6b2aa3abfd allow to mark a language status item as busy, https://github.com/microsoft/vscode/issues/129037 2021-11-26 11:42:02 +01:00
Sandeep Somavarapu
ab394ee788 #15756 support pre-release while installing through cli and commands 2021-11-25 19:55:21 +01:00
Sandeep Somavarapu
5e5bb86a25 take extension id while registering defaults 2021-11-25 11:37:31 +01:00
Tyler Leonhardt
9ec1ae1d92 silently getting session should return a session (if any) regardless of preference. fixes #137819 2021-11-24 16:40:39 -08:00
Sandeep Somavarapu
4eb6b3832d Fix #46851 2021-11-24 17:39:40 +01:00
Henning Dieterichs
075ba020e8 Fixes #137000. SelectedCompletionInfo now has the members completionKind and isSnippetText. 2021-11-23 15:31:04 +01:00
Johannes Rieken
dc52700a60 make sure to await remote file reading in vscode.workspace.fs.readFile so that error handling is correct. 2021-11-23 09:45:52 +01:00
John Murray
ed3018f431 Capitalize account signout button caption correctly (#137651) (#137652) 2021-11-22 18:25:11 -08:00
Raymond Zhao
963c5fdb6d Add descriptions for order properties 2021-11-22 17:18:37 -08:00
Tyler Leonhardt
f4e58732b9 clearSessionPreference works again + test. Fixes #137615 2021-11-22 17:14:56 -08:00
Martin Aeschlimann
d3aabc5449 remoteCli: support opening new windows, including other remotes and locals. Fixes #137529 2021-11-19 22:06:53 +01:00
Alex Dima
9fd6ee7095 Fixes #73656: Do not activate extensions if the search for glob patterns from workspaceContains times out 2021-11-19 09:57:45 +01:00
Alex Dima
7fbe563c0a Fixes #136937: Do not log extension activation canceled error if the extension host is going down 2021-11-19 00:45:29 +01:00
Johannes Rieken
e9d7fac2c7 fix https://github.com/microsoft/vscode/issues/137415 2021-11-18 18:36:47 +01:00
Johannes Rieken
8c64e1ec31 Merge pull request #136657 from microsoft/joh/shortcut_fs
Add shortcut between file system provider and consumer
2021-11-18 12:28:30 +01:00
Sandeep Somavarapu
35a8a61140 Fix #137239 2021-11-17 15:43:57 +01:00
Alex Ross
61913650d8 Enable file dnd in tree views
Part of #32592
2021-11-17 14:00:08 +01:00
Alex Ross
daabfff185 Incorporate tree dnd API feedback
Part of #32592
2021-11-17 13:10:01 +01:00
Sandeep Somavarapu
af67d7303c add note why spdlog is used in ext host 2021-11-17 11:00:09 +01:00
Tyler Leonhardt
297c52bd80 finalize forceNewSession API 2021-11-16 09:41:27 -08:00
Sandeep Somavarapu
5109e2e12a Fix #136424 2021-11-16 18:01:02 +01:00
Sandeep Somavarapu
f6470973e7 #51935 support updating configuration for multiple language identifiers in configuration service 2021-11-16 17:12:33 +01:00
Alex Ross
7131e48daf Remove IterableIterator from dnd API proposal
Part of #32592
2021-11-16 16:15:16 +01:00
Sandeep Somavarapu
340338b3b3 #51935 support multi lang specific settings 2021-11-16 15:03:33 +01:00
Alex Ross
adcda6af72 Add onWillDrop to tree dnd proposal
Part of #32592
2021-11-16 14:51:58 +01:00
Johannes Rieken
ff04fe28ed don't freeze copied object 2021-11-16 14:39:18 +01:00
Johannes Rieken
9583050514 fix compiler 2021-11-16 14:36:36 +01:00
Johannes Rieken
bc417a6d30 Merge branch 'main' into joh/shortcut_fs 2021-11-16 14:34:28 +01:00
Johannes Rieken
409041b7ff dedupe workspace symbols results 2021-11-16 14:07:03 +01:00
Johannes Rieken
7e24e6f4df Merge branch 'main' into joh/shortcut_fs 2021-11-16 10:20:45 +01:00
Matt Bierner
99739e607b Try avoiding bad calls to columnToEditorGroup
Fixes #132421
2021-11-15 14:48:48 -08:00