Commit Graph

1410 Commits

Author SHA1 Message Date
Benjamin Pasero
8de035e09d tests - remove only usage 2021-09-15 16:40:21 +02:00
Benjamin Pasero
129e62c989 storage - do not fail state access for extensions (#132777) (#133071) 2021-09-15 07:34:54 +02:00
Matt Bierner
0db5f55854 Unskip two webview tests
These reliably pass locally for me
2021-09-14 14:29:55 -07: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
Tyler Leonhardt
997228d528 verify uri is correct 2021-09-04 08:58:31 -07:00
Tyler Leonhardt
15dfc742a6 ensure event comes from edit 2021-09-03 18:25:25 -07:00
Tyler Leonhardt
e415d6ff35 revert test to unblock build 2021-09-03 17:59:05 -07:00
Tyler Leonhardt
3ccb217338 add additional logging 2021-09-03 16:18:03 -07:00
Tyler Leonhardt
319a72459f fix windows CI failure 2021-09-03 16:06:37 -07:00
Tyler Leonhardt
4735c328d7 add confidence correction for language detection 2021-09-03 14:49:53 -07: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
Johannes Rieken
f71aba6560 make sure createDiagnosticsCollection doesn't leak RPC, https://github.com/microsoft/vscode/issues/115679 2021-08-27 12:12:53 +02:00
Matt Bierner
d082058d44 Add API for setting kernelspec in ipynb files (#131219)
* Add API for setting kernelspec in ipynb files

Fixes #130602

This adds a new API to the built-in ipynb extension that lets other extension set the kernelspec metadata on a notebook file

* Temporarily skip the notebook editor tests

We need the new webview content to be published before these can run

* Use `custom`  instead of top level property
2021-08-24 18:06:53 -07:00
Matt Bierner
d152e72606 Skip webview test on web for now 2021-08-24 18:06:18 -07:00
Matt Bierner
a024cbcc42 Unskip tests 2021-08-24 15:14:15 -07:00
Matt Bierner
065b5f9715 Don't skip webview tests
Should be fixed now
2021-08-24 15:08:11 -07:00
Rob Lourens
f4db5eac35 Disable tests that hit the notebook webview (see e4a7f93ed3) 2021-08-24 00:03:09 -07:00
Rob Lourens
2212b766aa Also skip Notebook API Tests (see e4a7f93ed3) 2021-08-23 23:17:54 -07:00
Matt Bierner
e4a7f93ed3 Temporarily skip the notebook editor tests
We need the new webview content to be published before these can run
2021-08-23 19:25:55 -07:00
Daniel Imms
23760f5234 Remove change state event interface
Part of #127717
2021-08-19 14:40:33 -07:00
Tyler Leonhardt
78414130c7 update setting since we support non-untitled editors for language detection and clean up code a tad. 2021-08-18 10:54:32 -07:00
Alex Ross
84a8a567e8 Move TaskGroup isDefault api out of proposed
Part of #79188
2021-08-16 15:07:07 +02:00
Daniel Imms
ddcf2d6630 Dispose of terminal at end of onDidChangeTerminalState test 2021-08-13 07:00:41 -07:00
Daniel Imms
189a73a197 Add listener to disposables array 2021-08-13 06:45:36 -07:00
Daniel Imms
be646cf780 Use correct assert import 2021-08-12 17:21:26 -07:00
Daniel Imms
241a07d412 Add test, finish piping through interaction event
Part of #127717
2021-08-12 15:33:25 -07:00
Tyler Leonhardt
84abbfba40 rename language detection setting and ensure one worker gets created 2021-08-12 13:38:54 -07:00
Matt Bierner
ab8e743520 Organize imports in ext tests 2021-08-11 16:55:51 -07:00
rebornix
0ab9d9926d revert undo/redo fix for scrolling. fix #130607, #130617 2021-08-11 16:04:00 -07:00
Rob Lourens
ff681a5db2 Ensure final cell execution update is not delayed 2021-08-11 14:52:52 -07:00
rebornix
5dd10ce83b no more undo command test. 2021-08-06 13:03:40 -07:00
Tyler James Leonhardt
cfcda1c048 Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
rebornix
369afa6562 fix #121100. PausableEmitter 2021-08-04 11:59:29 -07:00
Megan Rogge
d579ec3d9b fix #121523 2021-08-04 12:14:59 -04:00
Rob Lourens
fd48df6c7f Skip failing test 2021-08-03 20:01:27 -07:00
Rob Lourens
bb4a627722 💄 2021-08-03 11:26:09 -07:00
Rob Lourens
1d8a91d86f Add integration test for opening a ipynb file 2021-08-03 11:19:22 -07:00
rebornix
02baf27ea5 💄 2021-07-27 11:57:02 -07:00
Alex Ross
3d5b13265d Re-add task default API with fixes (#129397)
Part of #79188
2021-07-26 15:30:46 +02:00
Daniel Imms
5b5766d77d Fix async in terminal ext host and custom pty impl terminals
Fixes #129240
2021-07-23 06:15:00 -07:00
meganrogge
9b5319cab4 await create terminal call 2021-07-22 20:16:11 -07:00