Logan Ramos
|
9d20e9ff56
|
Fix #123270
|
2021-06-18 11:16:28 -04:00 |
|
Alex Ross
|
7dea6d7402
|
Fix build
|
2021-06-18 15:09:38 +02:00 |
|
Alex Ross
|
8d1b3b59f6
|
Fix location of onDidChangeTreeData in proposal
Part of #32592
|
2021-06-18 12:04:35 +02:00 |
|
Barbara Valdez
|
6615b4ea98
|
Modify treeDataChange event (#125214)
|
2021-06-18 10:15:34 +02:00 |
|
rebornix
|
e0e5d6fc6c
|
Merge branch 'notebook/dev' into main
|
2021-06-17 13:11:46 -07:00 |
|
Peng Lyu
|
1ce078638d
|
Merge pull request #126616 from microsoft/interactive/editor
Interactive editor
|
2021-06-17 13:11:01 -07:00 |
|
rebornix
|
9510b91e7e
|
minimal changes.
|
2021-06-17 11:38:56 -07:00 |
|
rebornix
|
a44b23c2f1
|
register interactive toolbars
|
2021-06-17 10:35:07 -07:00 |
|
Alex Ross
|
a414bf2973
|
Add protocol to tunnel API
Part of #124816
|
2021-06-17 16:13:54 +02:00 |
|
Johannes Rieken
|
c24879b45a
|
Revert "When having details for non modal, show more which shows modal... https://github.com/microsoft/vscode/issues/125750"
This reverts commit fbe6292824.
|
2021-06-17 11:20:12 +02:00 |
|
Johannes Rieken
|
4b537c8a0f
|
Revert "keep promise alive when continuing in modal dialog, https://github.com/microsoft/vscode/issues/125750"
This reverts commit 99a2f34ed9.
|
2021-06-17 11:19:45 +02:00 |
|
rebornix
|
4e9f41be6d
|
swap out menu ids for interactive window
|
2021-06-16 22:20:34 -07:00 |
|
Johannes Rieken
|
99a2f34ed9
|
keep promise alive when continuing in modal dialog, https://github.com/microsoft/vscode/issues/125750
|
2021-06-16 15:16:54 +02:00 |
|
Johannes Rieken
|
fbe6292824
|
When having details for non modal, show more which shows modal... https://github.com/microsoft/vscode/issues/125750
|
2021-06-16 15:09:30 +02:00 |
|
Johannes Rieken
|
16facd8645
|
relax supportThemeIcons
|
2021-06-16 14:53:43 +02:00 |
|
Johannes Rieken
|
b5da2d0f10
|
extract MarkdownString from MarkedString type, fyi @mjvbz
|
2021-06-16 14:53:42 +02:00 |
|
Connor Peet
|
3e0c442a8e
|
testing: avoid duplicated calls to workspace root if document tests are not provided
Fixes #126290
|
2021-06-15 18:29:02 -07:00 |
|
Daniel Imms
|
d21b9b8e6d
|
Merge pull request #126407 from microsoft/merogge/terminal-editor
Terminal editors
|
2021-06-15 17:34:09 -07:00 |
|
Matt Bierner
|
cd08aa0081
|
Initial work adding NotebookCellData.mime
For #126280
For #126417
|
2021-06-15 15:16:58 -07:00 |
|
meganrogge
|
377131da05
|
migrate createTerminal to use CreateTerminalOptions everywhere
|
2021-06-15 13:26:00 -07:00 |
|
Martin Aeschlimann
|
6c4230e86c
|
MarkdownString for StatusBarItem.tooltip. For #126258
|
2021-06-15 15:35:01 +02:00 |
|
Megan Rogge
|
3873cae1da
|
finalize terminal iconPath (#125783)
|
2021-06-15 15:06:26 +02:00 |
|
Alex Ross
|
7a4e3cd309
|
Fix timing issue where port detection can fail to start
|
2021-06-15 15:06:26 +02:00 |
|
Daniel Imms
|
084fb5e7bf
|
Add better checks for start index and length
|
2021-06-15 15:06:24 +02:00 |
|
Daniel Imms
|
b001606d28
|
Convert TerminalLink to class, add TerminalProfile validation
Fixes #126040
|
2021-06-15 15:06:24 +02:00 |
|
Johannes Rieken
|
edbc5f1838
|
support detail for modal messages, https://github.com/microsoft/vscode/issues/125750
|
2021-06-15 15:06:23 +02:00 |
|
Don Jayamanne
|
668b117915
|
Pass cell metadata and execution summary
|
2021-06-15 15:06:21 +02:00 |
|
Connor Peet
|
4f70b2b7a3
|
testing: improve cancellation, and allow test runs to be individually cancelled
Fixes #125712
|
2021-06-15 15:06:18 +02:00 |
|
Connor Peet
|
cc60749a6b
|
testing: fix error if a test state is updated synchronously on a detached test run
Fixes #126186
|
2021-06-15 15:06:17 +02:00 |
|
Megan Rogge
|
0c7223c475
|
finalize terminal iconPath (#125783)
|
2021-06-15 05:31:23 -07:00 |
|
Alex Ross
|
fe8bb48c19
|
Fix timing issue where port detection can fail to start
|
2021-06-15 14:09:31 +02:00 |
|
Daniel Imms
|
50652b93db
|
Merge pull request #126053 from microsoft/tyriar/126040
Convert TerminalLink to class, add TerminalProfile validation
|
2021-06-15 03:50:23 -07:00 |
|
Daniel Imms
|
407be8f0dc
|
Add better checks for start index and length
|
2021-06-15 03:34:45 -07:00 |
|
Johannes Rieken
|
505dfc7a06
|
support detail for modal messages, https://github.com/microsoft/vscode/issues/125750
|
2021-06-15 11:40:55 +02:00 |
|
Johannes Rieken
|
bb4a81d452
|
Merge pull request #126272 from DonJayamanne/issue126271
Pass cell metadata and execution summary
|
2021-06-15 10:38:48 +02:00 |
|
Connor Peet
|
ec65867a75
|
testing: improve cancellation, and allow test runs to be individually cancelled
Fixes #125712
|
2021-06-14 16:46:03 -07:00 |
|
Connor Peet
|
478f95345c
|
testing: fix error if a test state is updated synchronously on a detached test run
Fixes #126186
|
2021-06-14 16:46:02 -07:00 |
|
Don Jayamanne
|
72316e67b1
|
Pass cell metadata and execution summary
|
2021-06-14 10:29:14 -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 |
|
Daniel Imms
|
eb6825e071
|
Convert TerminalLink to class, add TerminalProfile validation
Fixes #126040
|
2021-06-11 07:28:24 -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 |
|