Johannes
|
40df705e1b
|
add API proposal for vscode.TabInputTextMerge
|
2022-07-14 09:33:13 +02:00 |
|
Peng Lyu
|
ec72b669e0
|
Expose inputBoxUri and make IW Tab ctor private (#154979)
|
2022-07-12 19:50:01 +00:00 |
|
Peng Lyu
|
f86174be34
|
Export Interactive Window tab input (#154864)
* Export Interactive Window tab input.
* Update inputBoxUri.
* remove inputBoxUri from API
|
2022-07-12 14:01:47 -04:00 |
|
yutotnh
|
64b74d9a64
|
fix: typo (#153187)
|
2022-06-27 20:42:02 +00:00 |
|
Logan Ramos
|
aa69f3d762
|
Fix #15178 Finalize tabs API 🎉
|
2022-04-21 11:08:12 -04:00 |
|
Logan Ramos
|
db30f3d981
|
Change TabChangeEvent variable names
|
2022-04-14 09:43:53 -04:00 |
|
Johannes Rieken
|
35c34e1a9a
|
add TabGroupChangeEvent-event which is similar to the TabChangeEvent (#147443)
|
2022-04-14 09:08:28 -04:00 |
|
Logan Ramos
|
2cbe5991f9
|
Fix #145773
|
2022-04-11 10:48:54 -04:00 |
|
Logan Ramos
|
135a162106
|
Rename .groups to .all again
|
2022-04-05 15:06:31 -04:00 |
|
Logan Ramos
|
ef71c65923
|
Change onDidChangeTab event
|
2022-04-05 14:56:47 -04:00 |
|
Matt Bierner
|
1096634767
|
Mark input arrays as readonly
|
2022-04-05 08:19:03 -07:00 |
|
Logan Ramos
|
053084e592
|
Implement group closing tabs API
|
2022-04-04 15:02:22 -04:00 |
|
Logan Ramos
|
acab001237
|
Remove active change events
|
2022-04-01 14:24:35 -04:00 |
|
Logan Ramos
|
1269764e67
|
Fix invalid tab references
|
2022-04-01 12:10:19 -04:00 |
|
Logan Ramos
|
95a3f88155
|
Support patching for editor open and editor close
|
2022-03-30 13:45:33 -04:00 |
|
Logan Ramos
|
22734c7ccd
|
Fix importing vscode
|
2022-03-29 15:04:53 -04: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 |
|
Logan Ramos
|
b216526abe
|
Remove unused commented code
|
2022-03-28 10:36:15 -04:00 |
|
Logan Ramos
|
e0df95f34b
|
Fix #145684
|
2022-03-23 14:06:26 -04:00 |
|
Logan Ramos
|
1dc2b29aaf
|
Fix #145895
|
2022-03-23 11:43:30 -04:00 |
|
Logan Ramos
|
aa42171f54
|
Fix #145747
|
2022-03-23 10:04:28 -04:00 |
|
Logan Ramos
|
fbac8850ed
|
Fix #145773
|
2022-03-22 15:10:53 -04:00 |
|
Logan Ramos
|
a2d8edb83d
|
Tabs API renaming
|
2022-03-21 13:35:34 -04:00 |
|
Logan Ramos
|
e2ce6d92a9
|
add isPreview and group reference to tab
|
2022-03-18 14:15:27 -04:00 |
|
Logan Ramos
|
4d9393e9d3
|
Renamed NotebookEditorDiffTabInput
|
2022-03-18 12:53:55 -04:00 |
|
Logan Ramos
|
09ce13ef29
|
Bring back type import
|
2022-03-18 10:56:21 -04:00 |
|
Logan Ramos
|
482e828bb3
|
Update object freeze pattern
|
2022-03-18 10:55:46 -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 |
|
Johannes
|
c385364f5d
|
tabs - move move into TabGroups
|
2022-03-18 14:35:46 +01:00 |
|
Logan Ramos
|
85c3df0dde
|
Tie in tab input, remove cleanup .d.ts
|
2022-03-17 16:54:44 -04:00 |
|
Logan Ramos
|
02f15063a0
|
Implement other tab inputs
|
2022-03-17 15:50:01 -04:00 |
|
Matt Bierner
|
41dad79edc
|
Fix bad merge
|
2022-03-17 11:26:38 -07:00 |
|
Matt Bierner
|
bc9de9e7eb
|
Pick up TS 4.7 for building VS Code (#145273)
Adds fixes for https://github.com/microsoft/TypeScript/issues/48276
|
2022-03-17 11:10:35 -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 |
|
Logan Ramos
|
1e0f8c9ba1
|
Re-enable vscode.open tab est
|
2022-03-17 10:59:27 -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 |
|
Matt Bierner
|
f911411c46
|
Revert "Pick up new TS version for building VS Code"
This reverts commit cd522655a1.
This breaks some of our build scripts. Needs more work
|
2022-03-15 10:06:22 -07:00 |
|
Matt Bierner
|
cd522655a1
|
Pick up new TS version for building VS Code
|
2022-03-15 09:53:01 -07:00 |
|
Logan Ramos
|
ed5a545047
|
Fix #145111
|
2022-03-15 09:55:57 -04:00 |
|
Logan Ramos
|
53aaa205e6
|
Fix #144605
|
2022-03-14 13:26:45 -04: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 |
|
Logan Ramos
|
2300322fc0
|
viewId -> viewType tab API
|
2022-03-03 10:58:22 -05:00 |
|