Commit Graph

930 Commits

Author SHA1 Message Date
kingwl
3de96fd237 Simplify code 2020-12-23 18:51:15 +08:00
kingwl
9f5cfc246b Add dummy support 2020-12-23 15:07:33 +08:00
Alex Ross
9c2a1dc473 Don't restore ports that are already detected
Part of microsoft/vscode-remote-release#4112
2020-12-22 14:41:11 +01:00
kingwl
8476ff1a9d WIP 2020-12-22 18:34:34 +08:00
Johannes Rieken
af42aa5bff show diaglog when extensions participate in file operations, have "don't show again" option and command to reset choice, add logging 2020-12-17 12:06:47 +01:00
Connor Peet
cf94178b89 testing: improved test explorer, cancellation 2020-12-16 17:13:35 -08:00
Matt Bierner
423076ab49 Pass schemes to main thread 2020-12-16 15:32:08 -08:00
Matt Bierner
6d3c2e6835 Adding proposed external uri opener API
For #109277
2020-12-15 16:26:47 -08:00
Alexandru Dima
fbe4aa28ff Collect and deliver perf marks from extension hosts (#112552) 2020-12-15 21:48:14 +01:00
Johannes Rieken
0a2cb7630f apply workspace edit from onWill-handler from within renderer, https://github.com/microsoft/vscode/issues/111878 2020-12-11 12:08:46 +01:00
Martin Aeschlimann
627ad0b4ee rename OnTypeRename -> LinkedEditing (for #109923) 2020-11-27 16:31:56 +01:00
Benjamin Pasero
14d59bef92 Allow status items with error background color (fix #110214) (#111353)
* Allow status items with error background color (fix #110214)

* rename to statusBarItem.errorBackground

* address feedback and add error colors

* address feedback
2020-11-27 10:34:22 +01:00
Alex Ross
b01183bda2 Add extension source to forwarded ports
Part of microsoft/vscode-remote-release#4021
2020-11-26 12:03:26 +01:00
Johannes Rieken
0ab259ff27 remove unsued code, fyi @roblourens, https://github.com/microsoft/vscode/issues/106741 2020-11-25 17:02:29 +01:00
rebornix
23e7e2fef0 showNotebookDocument. 2020-11-24 10:29:07 -08:00
Alex Ross
950c942b7c TunnelCreationInformation -> TunnelCreationOptions
Fixes #110795
2020-11-24 17:52:13 +01:00
Alex Ross
c4b7d10912 Use property bag for tunnel creation elevation
Fixes #110795
2020-11-24 16:04:54 +01:00
Connor Peet
d1280418d7 testing: initial api implementation
* wip

* wip

* wip

* wip

* wip

* wip
2020-11-20 08:31:35 -08:00
Johannes Rieken
5876a5e4ae Merge pull request #110930 from microsoft/joh/undoOpts
Undo/redo, bulk edit and onWill-file events
2020-11-19 15:10:00 +01:00
Johannes Rieken
3665005621 add undo options (undo group id, isUndoing) to working copy service and bulk edit logic 2020-11-19 11:16:16 +01:00
Alex Ross
8374d6a4c7 Detect ports to forward more often
Part of microsoft/vscode-remote-release#4021
2020-11-19 10:55:04 +01:00
Martin Aeschlimann
8134d8c9e7 rename to OnTypeRenameRangeProvider. For #109923 2020-11-16 18:07:15 +01:00
João Moreno
62e830be77 Git/SCM: Use vscode.open and vscode.diff for a better editor opening experience (#110733)
* wip: try to use vscode.open and vscode.diff in git/scm

related to #110397

* 💄

* revert change to commands.converter.toInternal

* complete usage os vscode.open and vscode.diff in git extension
2020-11-16 16:19:26 +01:00
Alex Ross
19c93615dd Properly call dispose on extension created tunnels
Part of microsoft/vscode-remote-release#3961
2020-11-13 15:40:28 +01:00
Benjamin Pasero
630e706ad2 Add open context to certain commands (#110475)
* editor commands - move API commands to workbench core

* rename EditorViewColumn => EditorGroupColumn

* mixin context to open commands

* address some feedback

* add comment
2020-11-12 17:01:13 +01:00
Martin Aeschlimann
e69d768e53 adopt feedback for #109923 2020-11-11 15:44:49 +01:00
isidor
081632d225 debug: remove legacy adapterExecutableCommand 2020-11-06 14:59:00 +01:00
Alex Ross
e95c40c1e4 API proposal for revealing tree view when no elements
Fixes #90005
2020-11-06 14:47:14 +01:00
Sandeep Somavarapu
341124ff39 #109896 Remove IStorageKeysSyncRegistryService and introduce new service for syncing extensions storage 2020-11-04 23:27:54 +01:00
Johannes Rieken
1bd7cf9e41 use gh username for todo-tags, nuke some todo-tags 2020-11-02 14:16:55 +01:00
Sandeep Somavarapu
20601293fe Enable syncing extensions storage
- Implement logic to sync extension storage
- Register keys to sync provided by extension
2020-10-24 21:15:33 +02:00
Johannes Rieken
85702a3d9d add trigger characters to extension id as a weak way to make providerNames more unique, #109167 2020-10-23 08:52:24 +00:00
Rob Lourens
89540b65db Don't persist debug terminals
#109084
2020-10-22 17:02:18 -07:00
Johannes Rieken
f8391ef992 measure duration for completion provider from extensions, #109167 2020-10-22 14:06:36 +00:00
Martin Aeschlimann
fff9302b36 folding: provider event to signal that folding ranges have changed. Fixes #99914 2020-10-19 15:59:56 +02:00
Matt Bierner
c13678f258 Set extension on webview views
Fixes #108689

This fixes loading resources in webview views on web
2020-10-16 17:18:44 -07:00
Rachel Macfarlane
4c0811c9c2 Removing polling from auth extensions, fixes #107480 2020-10-09 16:33:53 -07:00
rebornix
2249f2aba5 fix #108406. openNotebookDocument. 2020-10-09 11:34:55 -07:00
rebornix
59f0af3bec canReply 2020-10-07 15:27:32 -07:00
Rachel Macfarlane
dafce599a6 Add getPassword, setPassword, and deletePassword APIs, #95475
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2020-10-06 14:57:16 -07:00
rebornix
c49d699aec comment thread readonly 2020-09-25 09:18:46 -07:00
Johannes Rieken
0a914e0e61 remove priority all togther, maybe add something like severity in the future, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Alex Dima
dc9ef0d110 Make sure the renderer received $onWillActivateExtension before proceeding to load extension code 2020-09-25 11:46:09 +02:00
rebornix
3093f84222 allow content providers to update content options. 2020-09-21 12:36:58 -07:00
rebornix
ab1f288baa multiple selectors 2020-09-18 14:44:16 -07:00
Johannes Rieken
9f9ba405e4 remove isFree-check and rely on the renderer throwing errors 2020-09-18 12:21:25 +02:00
Johannes Rieken
c1472bd0d6 Merge pull request #106856 from microsoft/joh/resolveCodeAction
Support for resolving code actions
2020-09-18 10:31:38 +02:00
rebornix
e42a46ab35 Notebook document content options. 2020-09-17 17:13:29 -07:00
rebornix
40ebb1a853 content provider registration without static contribution. 2020-09-17 09:50:57 -07:00
rebornix
289bce5e1a nb decoration api first cut. 2020-09-16 14:27:04 -07:00