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
Johannes Rieken
136cc276d1
proposed API for CodeActionProvider#resolveCodeAction and all the wiring
2020-09-16 12:34:20 +02:00
Eric Amodio
aa6259c1ca
Renames titleDescription to description
2020-09-15 13:23:30 -04:00
Eric Amodio
9d5ecab825
Adds titleDescription to TreeView
2020-09-15 13:23:30 -04:00
rebornix
2103630537
private outputs slice and unknown change.
2020-09-10 14:02:16 -07:00
Johannes Rieken
e38b9d0727
add ExtHostFileSystemInfo which knows what schemes are reserved and which are used, https://github.com/microsoft/vscode/issues/91697
2020-09-10 12:29:30 +02:00
Johannes Rieken
01f9355f65
debt - simplify metadata edit because we now have CellEditType.DocumentMetadata
2020-09-10 11:48:44 +02:00
Matt Bierner
ec8016f7d1
Cache webview view title across reloads
...
Fixes #105867
2020-09-09 21:51:22 -07:00
rebornix
03960a5aa1
re #105735 . no more udpateMetadata api.
2020-09-09 16:45:00 -07:00
rebornix
73a3c9ded3
re #105735 .
2020-09-09 16:45:00 -07:00
Johannes Rieken
dcef262f4e
chore - move appyWorkspaceEdit from extHostTextEditors to (new) extHostBulkEdits and mainThreadBulkEdits
2020-09-09 11:18:14 +02:00
Johannes Rieken
420aa32929
add replaceNotebookMetadata, https://github.com/microsoft/vscode/issues/105283
2020-09-09 10:44:45 +02:00
Johannes Rieken
951dd140b8
add replaceNotebookMetadata (should become replaceMetadata) to NotebookEditorEdit, https://github.com/microsoft/vscode/issues/105283
2020-09-09 10:44:45 +02:00
Matt Bierner
f79540dc65
Add show method to webview view
...
Fixes #106085
2020-09-08 17:19:11 -07:00
Peng Lyu
93a0c99f18
Merge pull request #106313 from microsoft/rebornix/nbdebt
...
notebook text model debt
2020-09-08 15:41:38 -07:00
Matt Bierner
4c7071e9ab
Add WebviewView.description
...
Allow configuring the description for webview views.
This is rendered next to the title in a less prominently in the title
2020-09-08 15:23:43 -07:00
rebornix
1870a1c47e
Merge remote-tracking branch 'origin/master' into rebornix/nbdebt
2020-09-08 14:10:32 -07:00
Johannes Rieken
8b0a7c9582
debt - remove _unInitializedDocuments
2020-09-08 19:56:24 +02:00
rebornix
8ebad589d5
deprecate onDidChangeCells
2020-09-08 08:36:06 -07:00
Johannes Rieken
53ffabab80
debt - remove unused INotebookModelAddedData#handle
2020-09-07 11:52:50 +02:00
rebornix
11158cc1d1
re #105735 . selections as NotebookEditor properties.
2020-09-03 20:28:28 -07:00
rebornix
c887ae1b6d
remove legacy registerKernel
2020-08-31 12:00:21 -07:00
rebornix
2518d2c44d
update kernel per document.
2020-08-31 11:49:19 -07:00