Connor Peet
|
c39c600ff4
|
testing: fix comp error
|
2022-03-30 16:01:45 -07:00 |
|
Connor Peet
|
14a318068c
|
testing: disentangle test item collection from exthost for use in tests
Fixes #141921
|
2022-03-30 14:57:46 -07:00 |
|
Logan Ramos
|
68cd4f9392
|
Add test for open and closing tab patching
|
2022-03-30 14:39:26 -04:00 |
|
Logan Ramos
|
95a3f88155
|
Support patching for editor open and editor close
|
2022-03-30 13:45:33 -04:00 |
|
Joao Moreno
|
a3e739fee9
|
update cdn domain for webview
|
2022-03-30 10:55:12 +02:00 |
|
Johannes
|
4d7715922b
|
💄 rename ChangeLanguage to ChangeCellLanguage
|
2022-03-30 09:38:19 +02:00 |
|
Johannes Rieken
|
43d0483dae
|
Merge pull request #146185 from microsoft/joh/notebookCleanup
|
2022-03-30 09:18:44 +02:00 |
|
Logan Ramos
|
381a22e1ae
|
Add onDidChangeActiveTab
|
2022-03-29 15:01:35 -04:00 |
|
Logan Ramos
|
15ec907ac7
|
Have onDidChangeTab return an array
|
2022-03-29 13:31:21 -04:00 |
|
Logan Ramos
|
64f37bc300
|
Fix #145828
|
2022-03-28 14:37:08 -04:00 |
|
Johannes
|
bf0b4ac976
|
remove old notebook events from API proposal and implementation
|
2022-03-28 14:47:56 +02:00 |
|
Johannes
|
c2e314a9db
|
some cancellation error 💄
|
2022-03-28 13:52:38 +02:00 |
|
Logan Ramos
|
9a12de2048
|
Fix build
|
2022-03-23 14:40:45 -04:00 |
|
Johannes
|
9d23244129
|
add NotebookDocumentContentCellChange#document, https://github.com/microsoft/vscode/issues/145793
|
2022-03-23 12:42:45 +01:00 |
|
Matt Bierner
|
77d9be7a45
|
Use text/uri-list for drop into editor
For #145713
|
2022-03-22 17:36:32 -07:00 |
|
Logan Ramos
|
a2d8edb83d
|
Tabs API renaming
|
2022-03-21 13:35:34 -04:00 |
|
Johannes
|
5065a096c1
|
freeze notebook and notebook cell API objects
|
2022-03-21 15:46:11 +01:00 |
|
Johannes
|
60726d4555
|
even more shallow freeze, remove unused function, assert freeze, https://github.com/microsoft/vscode/pull/144868#event-6273470958
|
2022-03-21 15:13:27 +01:00 |
|
Johannes Rieken
|
d59f7fc146
|
Merge pull request #144868 from rchiodo/rchiodo/celloutputs_update
|
2022-03-21 09:14:50 +01:00 |
|
Logan Ramos
|
9f0bdbc6c5
|
Add active tab test
|
2022-03-18 16:12:06 -04:00 |
|
Rich Chiodo
|
cfe81da0d8
|
Merge branch 'main' into rchiodo/celloutputs_update
|
2022-03-18 13:11:05 -07:00 |
|
Logan Ramos
|
e2ce6d92a9
|
add isPreview and group reference to tab
|
2022-03-18 14:15:27 -04:00 |
|
Johannes
|
464a36d785
|
tabs - add onDidChangeTab which fires when only a tab changes, don't fire TabGroup even for that anymore, go 180 and remove ExtHostEditorTabs again
|
2022-03-18 15:29:28 +01:00 |
|
Logan Ramos
|
85c3df0dde
|
Tie in tab input, remove cleanup .d.ts
|
2022-03-17 16:54:44 -04:00 |
|
Matt Bierner
|
989caf1849
|
Remove extra type
|
2022-03-17 11:56:38 -07:00 |
|
Johannes
|
2f9632ec45
|
first steps towards Tab#input
|
2022-03-17 16:49:34 +01:00 |
|
Logan Ramos
|
c56ff000d4
|
Move close and add array support
|
2022-03-17 10:59:28 -04:00 |
|
Johannes
|
b88f400ec8
|
tackle a todo, implement vscode.TabGroups with the ExtHostTabGroups/apiObject trick, enforce and test readonly-ness, fyi @lramos15
|
2022-03-17 13:01:26 +01:00 |
|
Johannes
|
d2336f07b7
|
use the correct this for active group and active tab
|
2022-03-17 11:12:20 +01:00 |
|
Logan Ramos
|
a223750f17
|
Fix #144664
|
2022-03-16 16:59:11 -04:00 |
|
Logan Ramos
|
da52702687
|
Abstract ExtHostEditorTabs
|
2022-03-16 14:05:00 -04:00 |
|
Logan Ramos
|
4a8f00b9c4
|
More work towards adopting unique tab ids
|
2022-03-16 09:31:15 -04:00 |
|
Logan Ramos
|
6837589569
|
Remove TabKind.other
|
2022-03-14 14:55:08 -04:00 |
|
Logan Ramos
|
53aaa205e6
|
Fix #144605
|
2022-03-14 13:26:45 -04:00 |
|
Sandeep Somavarapu
|
4cc9f9eee2
|
fix reload required action
|
2022-03-11 22:08:09 +01:00 |
|
Rich Chiodo
|
ae5a0a16cc
|
Fix updates failing during output of a notebook
|
2022-03-10 17:02:51 -08:00 |
|
Alex Dima
|
5c20802742
|
Fixes #144518: Improve activation logic around handling dependencies
|
2022-03-09 21:42:59 +01:00 |
|
Alex Dima
|
d7ffa37a73
|
Add tests for ExtensionsActivator
|
2022-03-09 21:03:14 +01:00 |
|
Johannes Rieken
|
4e417cbc55
|
add tests, also an issue that the tests uncovered
|
2022-03-08 17:44:06 +01:00 |
|
Johannes Rieken
|
1a9016d0a4
|
add failing/skipped test for https://github.com/microsoft/vscode/issues/144664
|
2022-03-08 11:20:37 +01:00 |
|
Andreas Weber
|
70cc8c10e1
|
Fix #144622 using mime text/x-json instead of application/json
|
2022-03-07 20:45:40 +01:00 |
|
Logan Ramos
|
4aead3cdbd
|
Test for onDidChangeActiveTabGroup
|
2022-03-04 14:36:26 -05:00 |
|
Logan Ramos
|
083989d9a2
|
Introduce onDidChangeActiveTabGroup
|
2022-03-04 10:57:36 -05:00 |
|
Logan Ramos
|
0aa4642a59
|
Rename additionalResourcesAndViewIds
|
2022-03-04 08:52:36 -05:00 |
|
Connor Peet
|
0a94615cd3
|
testing: update for compile error
|
2022-03-02 22:14:21 -08:00 |
|
Logan Ramos
|
a05babfa55
|
Add more ext host editor tabs tests
|
2022-03-02 10:05:45 -05:00 |
|
Logan Ramos
|
aec0803b87
|
add more tab tests
|
2022-03-01 14:35:44 -05:00 |
|
Johannes Rieken
|
7736e9fe29
|
stub out some lightweight unit tests for extHostEditorTabs (#144192)
|
2022-03-01 13:07:13 -05:00 |
|
Johannes Rieken
|
778b74a215
|
adding InlayHint#textEdits, https://github.com/microsoft/vscode/issues/141576
|
2022-03-01 18:24:15 +01:00 |
|
Johannes Rieken
|
ef331833be
|
fix compile issue
|
2022-02-24 15:14:30 +01:00 |
|