Logan Ramos
aa69f3d762
Fix #15178 Finalize tabs API 🎉
2022-04-21 11:08:12 -04:00
Megan Rogge
7e2fccd89a
fix #147780 ( #147798 )
2022-04-20 15:32:36 -07:00
Johannes
8783c56eb7
fix https://github.com/microsoft/vscode/issues/147711
2022-04-20 11:30:37 +02:00
Johannes
4ea02deebd
ignore text document version whenever that document is marked as being created, fixes https://github.com/microsoft/vscode/issues/146964
2022-04-14 11:04:35 +02:00
Logan Ramos
9d0c4574f2
Fix compile
2022-04-05 15:28:05 -04:00
Logan Ramos
29e28ccf01
Update window tests
2022-04-05 15:25:57 -04:00
rebornix
943186d56c
update nb tests.
2022-04-01 12:10:23 -07:00
Johannes
d58ff261d4
add integration tests for LiveShare specific notebook commands, https://github.com/microsoft/vscode/issues/125757
2022-04-01 10:57:49 +02:00
Johannes Rieken
43d0483dae
Merge pull request #146185 from microsoft/joh/notebookCleanup
2022-03-30 09:18:44 +02:00
rebornix
b8f14d243b
fix #138683 .
2022-03-29 17:18:13 -07:00
Johannes
b1faab40de
adopt tests to new notebook change event
2022-03-29 11:58:54 +02: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
Logan Ramos
b906904089
Fix compile errors
2022-03-18 14:26:51 -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
Rob Lourens
5a7db04b89
Fix #144043
2022-03-09 10:49:08 -08:00
Benjamin Pasero
6640f3c721
skip flaky test ( #139960 )
2022-02-24 13:27:04 +01:00
Benjamin Pasero
6dee30baa8
tests - restore test coverage for #139786
2022-02-23 13:17:21 +01: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
Matt Bierner
21da6eeafa
Delay getting workspace uri until tests are running
...
For #143226
2022-02-16 10:59:03 -08: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
Daniel Imms
339cbb38e2
Skip environment variable collection tests only on Windows
...
Guessing conpty is causing problems
2022-02-09 05:26:19 -08:00
Alex Ross
5bdfec8311
Dispose of all terminals before running task test
...
Fixes #142565
2022-02-09 14:06:09 +01:00
Rob Lourens
803c9fc3e0
re-skip notebook integration tests for web
2022-02-04 11:36:34 -08:00
Alex Ross
b170ef3444
Fix no-async-promise-executor in task tests
...
Fixes #141993
2022-02-02 16:27:26 +01:00
Johannes Rieken
4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
2022-02-02 14:35:33 +01:00
Johannes Rieken
de1ae9e2cc
update todo-tag for https://github.com/microsoft/vscode/issues/141993
2022-02-02 12:39:06 +01:00
Johannes Rieken
7ccb868835
make sure to use .eslintignore when running yarn eslint, this will ensure that cli failure and editor squiggles are always equal
2022-02-02 12:37:29 +01:00
Rob Lourens
bb79477f2e
Enable ipynb serializer tests in web integration tests
...
and reenable NotebookSerializer test in non-web
2022-02-01 18:22:57 -08:00
Johannes Rieken
7d1f0fda8b
tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944
2022-02-01 18:35:12 +01:00
Caio Agiani
09c2e177ea
Fix typos ( #141959 )
...
* src: fix typo formated -> formatted
* src: fix typo recieve -> receive
* src: fix typo successfuly -> successfully
* src: fix typo neccessary -> necessary
* extensions: fix typo existance -> existence
* src: fix typo appearence -> appearance
* src: fix typo choosen -> chosen
* src: fix typo unkown -> unknown
* src: fix typo whenever -> whenever
* src: fix typo proccess -> process
* src: fix typo occured -> occurred
* src: fix typo occuring -> occurring
* src: fix typo defintion -> definition
2022-02-01 09:16:37 -08:00
Johannes Rieken
b2eebdccad
test that vscode.open supports string in addition to URI
2022-02-01 15:52:15 +01:00
Rob Lourens
b297fc96b4
Remove stale comment
...
#140878 is fixed
2022-01-26 21:14:14 -08:00
Martin Aeschlimann
683d2f19f1
reenable 'vscode API - languages - link detector' Fixes #140878
2022-01-24 11:43:22 +01:00
Benjamin Pasero
71b164aac0
skip flaky test ( #141001 )
2022-01-19 18:30:44 +01:00
Rob Lourens
7ae7f9d40b
Skip flaky 'link detector' test, see #140878
2022-01-17 17:22:58 -08:00
Rob Lourens
fa2760f833
Skip more notebook tests in browser
...
Fix #140574
2022-01-14 16:33:42 -08:00
Rob Lourens
17997da4ab
Unskip test, fix #140201
...
already skipped in browser
2022-01-14 13:51:16 -08:00
Rob Lourens
dfcaa1fda3
Unskip test, fix #140200
...
already skipped in browser
2022-01-14 13:43:37 -08:00
Daniel Imms
8c6a8f7bc1
Skipped webview test
...
Part of #138612
2022-01-14 08:07:23 -08:00