Commit Graph

2769 Commits

Author SHA1 Message Date
Sandeep Somavarapu
5e5bb86a25 take extension id while registering defaults 2021-11-25 11:37:31 +01: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
Raymond Zhao
963c5fdb6d Add descriptions for order properties 2021-11-22 17:18:37 -08: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
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
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
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
Tyler James Leonhardt
b256d9bc74 Initial cut of QuickPick separators (#137244)
* initial cut of QuickPick separators

* add proposed gate
2021-11-15 12:43:10 -08:00
Daniel Imms
303bd5d617 Merge pull request #137201 from microsoft/tyriar/137155
Improve extension pty terminal tests
2021-11-15 09:24:00 -08:00
Sandeep Somavarapu
5243c4021a #136424 add to proposed api 2021-11-15 09:52:34 +01:00
Daniel Imms
f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms
9366786ec6 Use optional chaining in ExtHostPseudoterminal 2021-11-14 23:55:29 -08:00
Johannes Rieken
112709a721 tweak error messages when API proposal isn't available, https://github.com/microsoft/vscode/issues/131165 2021-11-12 15:04:35 +01:00
Johannes Rieken
e79a9c811a checkProposedApiEnabled and isProposedApiEnabled must be called with proposal name, add proposals for package.json-based API, https://github.com/microsoft/vscode/issues/131165 2021-11-12 14:46:42 +01:00
Johannes Rieken
8d3536c7f7 extract auth#session into its own proposal file, make isProposedApiEnabled and checkProposedApiEnabled more strict by forcing them to be called with undefined or a proposal name, https://github.com/microsoft/vscode/issues/131165 2021-11-12 10:03:53 +01:00
Johannes Rieken
20382c5743 extract notebook controller kind into its own proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:54:38 +01:00
Johannes Rieken
a4d426a1c2 split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Johannes Rieken
2e0f5604ef move fsChunks into it own proposal file, https://github.com/microsoft/vscode/issues/131165 2021-11-12 08:41:02 +01:00
Tyler Leonhardt
fb4f68f42c rename TransferQuickPickItems 2021-11-11 16:11:40 -08:00
Johannes Rieken
d967d9ca67 extract editorInsets proposal into its own file, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:25:49 +01:00
Johannes Rieken
64da3b132b move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165 2021-11-11 16:21:59 +01:00
Johannes Rieken
f7ef73720f Merge branch 'main' into joh/vscode-dts 2021-11-10 15:36:05 +01:00
Alex Ross
042a6e36a4 Clean up tasks API in vscode.d.ts
Part of #124362
2021-11-10 13:18:24 +01:00
Johannes Rieken
f01a1e991d move isProposedApiEnabled and checkProposedApiEnabled-util back to workbench-layer 2021-11-10 12:02:04 +01:00
Sandeep Somavarapu
37acec6394 - clear formatters while creating the spdlog logger
- fix name of the logger
2021-11-10 10:26:16 +01:00
Matt Bierner
286af306e8 Remove now unused ext host method 2021-11-09 18:21:15 -08:00
Matt Bierner
6816d7ea7a Remove scm.focus proposal
As discussed in #119904, we're going to use commands for this instead. Removing the proposal
2021-11-09 18:16:27 -08:00
Matt Bierner
b2f8216d17 Removing more duplicate types 2021-11-09 16:55:34 -08:00
Matt Bierner
304dac2554 💄 2021-11-09 16:52:06 -08:00
Matt Bierner
6902a65a76 Align ext host name with internal name 2021-11-09 16:47:00 -08:00
Tyler Leonhardt
f8ed49c5d3 finalize quickpick APIs 2021-11-09 10:51:07 -08:00
Tyler Leonhardt
2368392b9b finalize silent option for getSession 2021-11-09 10:31:36 -08:00
Sandeep Somavarapu
60fe8d9553 fix #132183 - finalize api 2021-11-09 17:32:00 +01:00
Sandeep Somavarapu
2bd6e00896 fix #136731 2021-11-09 14:45:29 +01:00
Johannes Rieken
799d82fcc3 add isProposedApiEnabled-util, move checkProposedApiEnabled-util, use utils instead of reading the enableProposedApi-property, https://github.com/microsoft/vscode/issues/129037 2021-11-09 14:13:32 +01:00
Johannes Rieken
3abda3b8b9 💄 2021-11-09 13:38:10 +01:00