Commit Graph

6769 Commits

Author SHA1 Message Date
rebornix
a44b23c2f1 register interactive toolbars 2021-06-17 10:35:07 -07:00
rebornix
4e9f41be6d swap out menu ids for interactive window 2021-06-16 22:20:34 -07:00
rebornix
75484f617b Merge remote-tracking branch 'origin/main' into notebook/dev 2021-06-14 08:12:21 -07:00
Alex Ross
e7cd07f10d Filter canddiate ports to localhost and all interfaces 2021-06-14 11:23:05 +02:00
Alexandru Dima
e3cfe6c57e Merge pull request #126204 from microsoft/hediet/renames
Hediet/renames
2021-06-14 10:57:47 +02:00
Tyler Leonhardt
66ecd8f6a8 make state of trusted extensions correct in storage. Fixes #118486 2021-06-11 17:21:37 -07:00
Matt Bierner
5b639e8b22 Also log viewType
This is needed for extensions that contribute multiple types of webviews
2021-06-11 16:22:43 -07:00
rebornix
938afec432 use vm from test helper. 2021-06-11 16:22:01 -07:00
rebornix
d26f97a0a2 📓 use viewmodel from test helper directly 2021-06-11 15:13:42 -07:00
Henning Dieterichs
261d075b4c PrefixSumComputer renames. 2021-06-11 16:06:17 +02:00
Daniel Imms
ae1f358300 Merge pull request #125849 from microsoft/tyriar/120369
Finalize terminal profile contributions
2021-06-11 07:00:57 -07:00
Daniel Imms
465759bc58 Prevent other extensions registering terminal profiles 2021-06-11 06:45:36 -07:00
Daniel Imms
9677eddbff Show error notification when profile fails 2021-06-11 05:15:35 -07:00
Daniel Imms
0a9a394a63 Use a class for TerminalProfile 2021-06-11 05:01:40 -07:00
rebornix
7adcbfdd68 Merge branch 'notebook/dev' into main 2021-06-10 14:36:16 -07:00
Sandeep Somavarapu
0d118ed731 #124662 Fix registering duplicate settings 2021-06-10 14:58:07 +02:00
Benjamin Pasero
a0a9141869 file watcher - avoid array creation when iterating over events (#124723)
//cc @isidorn
2021-06-10 14:13:49 +02:00
Johannes Rieken
3c9e29fa75 move INotebookKernel type into kernel service file 2021-06-10 12:42:05 +02:00
Johannes Rieken
2c62cbf2cb Merge branch 'main' into notebook/dev 2021-06-10 11:33:04 +02:00
Johannes Rieken
d0cc52143b change IOutputItemDto to use real bytes, add many dedicated dto-types for transporting output (which cannot be bytes), remove metadata2 from renderer 2021-06-10 11:18:46 +02:00
Daniel Imms
f66a700fcf Merge remote-tracking branch 'origin/main' into tyriar/120369 2021-06-09 15:28:40 -07:00
Alexandru Dima
f163b54a19 Fixes #123882
The catch block around the return statement was never executing, as it would catch only synchronous errors thrown by `_doHandleExtensionTests`. By awaiting the returned promise, we make sure to catch also promise rejections, which gives us a chance to log the error message on the extension host console as well.
2021-06-09 22:31:14 +02:00
Matt Bierner
c4fa9ff85b Use Mimes.text where possible 2021-06-09 09:04:37 -07:00
Daniel Imms
b3d93459d7 Terminal profile contribution feedback
Part of #120369
2021-06-09 07:36:00 -07:00
Johannes Rieken
1d7b2d4b48 remove old, backwards-compat API 2021-06-09 12:47:59 +02:00
Johannes Rieken
bb86598b97 use notebookCommon import to see where notebook "leaks" into IPC/protocol 2021-06-09 12:27:38 +02:00
Johannes Rieken
654036f24f 💄 renames 2021-06-09 12:10:53 +02:00
Johannes Rieken
5cd7916219 towards https://github.com/microsoft/vscode/issues/125668 2021-06-09 11:36:49 +02:00
Johannes Rieken
842cfd780c make sure to transform notebook data metadata 2021-06-08 09:55:25 +02:00
rebornix
8b4a90726d Merge branch 'notebook/dev' into main 2021-06-07 13:53:10 -07:00
Johannes Rieken
8006b8c9a4 make getEditorById strict 2021-06-07 17:47:34 +02:00
Johannes Rieken
a31c6c3550 extract ExtHostNotebookDocumentsShape into its own thing 2021-06-07 17:41:12 +02:00
Johannes Rieken
76fe0c90b0 make NotebookEditor#selections writeable, https://github.com/microsoft/vscode/issues/125275 2021-06-07 17:07:46 +02:00
Johannes Rieken
cec19dcfdc remove unused types 2021-06-07 16:50:56 +02:00
Johannes Rieken
10442e00b4 extract ExtHostNotebookEditorShape into its own thing 2021-06-07 16:25:03 +02:00
Andre Weinand
1fe6115044 Merge pull request #123478 from danielgary/main
use title for terminal selection
2021-06-07 16:10:58 +02:00
Johannes Rieken
55218295bc Merge branch 'main' into notebook/dev 2021-06-07 15:42:35 +02:00
Johannes Rieken
826f9e99a4 remove old mime types, application/x.notebookABC 2021-06-07 15:42:32 +02:00
Johannes Rieken
f2fe357377 fix test failure 2021-06-07 13:06:43 +02:00
Johannes Rieken
32106ee154 drop links with paths longer than 50'000 characters, https://github.com/microsoft/vscode/issues/124942 2021-06-07 12:28:26 +02:00
Benjamin Pasero
e5e83321c1 debt - access some of our versions of fs APIs via new Promises class 2021-06-07 11:02:35 +02:00
Johannes Rieken
2b164efb0e fix https://github.com/microsoft/vscode/issues/125545 2021-06-07 10:34:57 +02:00
Benjamin Pasero
f84cd8f427 Merge pull request #125611 from bpasero/ben/june1
June debt
2021-06-07 07:15:47 +02:00
rebornix
b098b10a77 Merge branch 'notebook/dev' into main 2021-06-04 10:32:13 -07:00
Henning Dieterichs
5eb636f22f Renames InlineSuggestionActions back to InlineCompletionsActions. 2021-06-04 13:55:02 +02:00
Henning Dieterichs
c6777d5c6c Reverts menu rename. 2021-06-04 13:49:10 +02:00
Henning Dieterichs
3300006ee1 * Renames command ids, context keys and command titles to Inline Suggestion.
* Renames menu item, makes it proposed API.

Fixes #125034.
2021-06-04 12:46:06 +02:00
Johannes Rieken
f207b38307 inline NotebookExecuteHandler type 2021-06-04 11:32:25 +02:00
João Moreno
f99e1c358f fixes issue with asExternalUri API 2021-06-04 10:38:59 +02:00
rebornix
11debc3846 Merge branch 'notebook/dev' into main 2021-06-03 13:32:46 -07:00