Commit Graph

544 Commits

Author SHA1 Message Date
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
rebornix
d3a5dd9d4b re #102503. reveal range 2020-08-28 13:23:28 -07:00
rebornix
637d782c7b re #102503. visible range change events. 2020-08-28 12:06:21 -07:00
Johannes Rieken
a3f414cf5a add some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-08-28 17:59:10 +02:00
Daniel Imms
47ecd45eaa Merge branch 'master' into tyriar/welcome 2020-08-27 12:47:59 -07:00
Daniel Imms
aa6b2f163d Initial terminal welcome support 2020-08-27 12:38:33 -07:00
rebornix
b2693bb7ed remove legacy kernel on content provider 2020-08-27 12:01:25 -07:00
Rachel Macfarlane
650197b991 Add authentication contribution point, #103507 2020-08-27 11:51:18 -07:00
Johannes Rieken
860a68747f WorkspaceEdit#replaceCells|CellOutput|CellMetadata, https://github.com/microsoft/vscode/issues/105283 2020-08-27 10:25:17 +02:00
Rob Lourens
b58f4549b2 Implement notebook cell status bar item contributions
Fix #104958
2020-08-26 17:07:10 -07:00
Matt Bierner
72cbf699d8 Split out main thread webview panels into own class/file 2020-08-26 16:46:26 -07:00
Matt Bierner
7e4ccf1676 Rename WebviewPanelHandle -> WebviewHandle 2020-08-26 16:46:25 -07:00
Matt Bierner
79d7a9569d Undoing exthost side of the webview serializer split 2020-08-26 16:46:25 -07:00
Matt Bierner
51ba70d426 Undo split of serializers into own main thread class
The serializers belong with the panels, not in their own class
2020-08-26 16:46:25 -07:00
Matt Bierner
4d88b39b7d Split up main thread webview services 2020-08-26 16:46:25 -07:00