Commit Graph

117 Commits

Author SHA1 Message Date
Logan Ramos
b8afe8d6ed Skip tab getter tests on web because notebooks are flaky (#160403)
Skip tab tests on web because notebooks are flaky
2022-09-08 04:59:12 -07:00
Benjamin Pasero
0203aabaa5 fix integration tests 2022-06-18 07:44:05 +02:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Logan Ramos
aa69f3d762 Fix #15178 Finalize tabs API 🎉 2022-04-21 11:08:12 -04:00
Logan Ramos
29e28ccf01 Update window tests 2022-04-05 15:25:57 -04:00
Benjamin Pasero
126e4744ec blue print tests for #145846 2022-03-24 17:02:17 +01:00
Benjamin Pasero
5f57f8c001 Editor is improperly marked isPreview in tabs api (fix #145755) 2022-03-23 10:39:21 +01:00
Logan Ramos
a2d8edb83d Tabs API renaming 2022-03-21 13:35:34 -04:00
Logan Ramos
8d99738d84 Remove unnecessary return in tab close 2022-03-18 17:28:42 -04:00
Logan Ramos
9f0bdbc6c5 Add active tab test 2022-03-18 16:12:06 -04:00
Logan Ramos
00a4adef89 Enable active tab integration test 2022-03-18 15:32:28 -04:00
Logan Ramos
799eb643c4 Re-enable some integration tests 2022-03-18 15:25:45 -04: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
1e0f8c9ba1 Re-enable vscode.open tab est 2022-03-17 10:59:27 -04:00
Logan Ramos
dfd1f28552 Skip test 2022-03-16 18:10:37 -04:00
Logan Ramos
53aaa205e6 Fix #144605 2022-03-14 13:26:45 -04:00
Logan Ramos
8437d74b8b Fix #139786 2022-02-17 15:15:51 -05:00
Logan Ramos
0a9e7a5f49 Re-enable tab getter test 2022-02-16 15:09:08 -05:00
Logan Ramos
ec9df1d972 Update tabs model to utilize the new API shape (#142668)
* Change shape of the tabs API

* Disable tab tests for now

* Add an onDidChangeTabGroup event

* Optimize for group activate

* Update events to no longer be an array

* Further tab optimization
2022-02-10 15:09:11 -05:00
Logan Ramos
9ce72d28b6 Have tab test retry 3 times 2021-12-16 15:27:41 -05:00
Matt Bierner
c2f4daf348 Update webview bits version for tests 2021-12-07 16:16:54 -08:00
Matt Bierner
9acd320eda Also skip notebook test temporarily 2021-12-07 13:28:32 -08:00
Johannes Rieken
13f383439f no test.only, fyi @bpasero 2021-11-01 15:14:36 +01:00
Benjamin Pasero
6ed67dd61e editors - return undefined from openEditor when operation cancelled (fix #134786) 2021-10-28 09:23:08 +02:00
Logan Ramos
26ba13ff98 Fix + re-enable close tests 2021-09-27 10:52:47 -04:00
Logan Ramos
d2c8185df9 Skip tab close test for now 2021-09-24 15:57:24 -04:00
Logan Ramos
7800296d17 Add close to tab model 2021-09-24 15:53:38 -04:00
Logan Ramos
cbe175f438 Fix tests attempt number two 2021-09-24 10:12:52 -04:00
Logan Ramos
ce7c00f4fb Fix integration tests 2021-09-24 09:43:06 -04:00
Logan Ramos
620a61f5a3 Add more move tests 2021-09-24 09:09:35 -04:00
Logan Ramos
927a28da01 Add tab move tests 2021-09-23 15:35:34 -04:00
Logan Ramos
c46e473ad8 Re-enable notebook in tabs test 2021-09-17 13:08:44 -04:00
Logan Ramos
76c3eb94c9 On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Martin Aeschlimann
57dde04b44 Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Logan Ramos
65a8d1234c Remove diff resource 2021-09-08 14:20:08 -04:00
Raymond Zhao
df115e761a Revert "Re-enable tab tests"
This reverts commit e0cdd0974b.
Revert reason: browser integration tests failing
2021-09-08 10:31:46 -07:00
Logan Ramos
e0cdd0974b Re-enable tab tests 2021-09-08 10:35:58 -04:00
Logan Ramos
b699fab482 Skip tests 2021-09-07 18:34:16 -04:00
Logan Ramos
0f238bf3f9 Try promise.race 2021-09-07 17:40:43 -04:00
Logan Ramos
e287a168dc Fix tab tests 2021-09-07 10:31:47 -04:00
Logan Ramos
d9a63f4cd8 Fix tabs tests 2021-09-07 09:49:34 -04:00
Logan Ramos
9408062d1a Add active tab test 2021-09-03 15:46:07 -04:00
Logan Ramos
82a3d2645f Skip tabs test 2021-09-03 14:56:52 -04:00
Logan Ramos
5d7f4d3461 Add todo and remove test.only 2021-09-03 14:29:28 -04:00
Logan Ramos
22ca6611bd Add get tabs tests 2021-09-03 13:47:01 -04:00
Matt Bierner
ab8e743520 Organize imports in ext tests 2021-08-11 16:55:51 -07:00
Benjamin Pasero
159479eb5a Allow to show status bar entries with an id and name (fix #74972) 2021-05-19 14:03:37 +02:00
Logan Ramos
72aa675fc9 Update API tests to strict equal 2021-05-04 14:59:03 -04:00
Johannes Rieken
2f62eb0906 ignore focus dependent test also on GHA, fixes https://github.com/microsoft/vscode/issues/120355 2021-04-06 16:08:25 +02:00