Commit Graph

864 Commits

Author SHA1 Message Date
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
Daniel Imms
740774991e Remove debug logs 2021-07-16 08:27:51 -07:00
Daniel Imms
bbd67acb25 Remove replaceAll 2021-07-16 06:52:18 -07:00
Daniel Imms
fcce57fc66 Debug logs in test 2021-07-16 06:05:34 -07:00
Daniel Imms
4bcac02b15 Revert "skip failing tests - #128828"
This reverts commit 599f5d2c67.
2021-07-16 05:16:01 -07:00
Sandeep Somavarapu
599f5d2c67 skip failing tests - #128828 2021-07-16 11:43:24 +02:00
Alex Ross
cbde02b886 Failing test: Revert "Add isDefault to TaskGroup API (#128596)"
This reverts commit 48975dc080.
2021-07-16 10:16:16 +02:00
headerjson
48975dc080 Add isDefault to TaskGroup API (#128596)
* first pass at adding api

(cherry picked from commit 8a583c52ee)

* add task2 remaining changes

* remove unnecessary changes

* modify tasks.json directly for test

* reset tasks in test

* Fix compilation errors

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-07-15 15:42:12 +02:00
Daniel Imms
3cd98a5056 Fix flakiness in test and re-enable
Fixes #128710
2021-07-15 06:32:31 -07:00
Daniel Imms
91ef2dd04a Remove child process monitor logs 2021-07-15 05:56:14 -07:00
Daniel Imms
b605479359 Disable suite instead of just test 2021-07-14 19:00:56 -07:00
Daniel Imms
039582c0dd Disable env var collection test on Windows
See #128710
2021-07-14 17:42:34 -07:00
Logan Ramos
b97c839e57 Forgot to re-enable test 2021-07-07 15:47:41 -04:00
Logan Ramos
601afb43f8 Fix build 2021-07-07 15:36:11 -04:00
rebornix
01759044cf re #115679. 2021-07-05 14:45:27 -07:00
Johannes Rieken
84d21d968d more stable integration test: onDidOpenNotebookDocument 2021-06-29 08:25:54 +02:00
Johannes Rieken
2c62cbf2cb Merge branch 'main' into notebook/dev 2021-06-10 11:33:04 +02:00
Daniel Imms
5266c72cd9 Merge pull request #125743 from microsoft/tyriar/119826
Re-enable environment variable collection tests
2021-06-09 15:24:43 -07:00
Johannes Rieken
b64e5eefc0 make output on cancel/interrupt unit tests instead of integration tests, https://github.com/microsoft/vscode/issues/125665 2021-06-09 09:15:52 +02:00
Johannes Rieken
ccb86ac811 default kernels uses cell text as output 2021-06-08 16:16:34 +02:00
Daniel Imms
6913aad2da Re-enable environment variable collection tests
Fixes #119826
2021-06-08 05:45:40 -07:00
Johannes Rieken
78fe62bb76 use more showNotebookDocument, less activeNotebookEditor 2021-06-08 12:05:52 +02:00
Johannes Rieken
606a550a52 have only one kernel by default, bring in other kernels per test and use the assertKernel util to ensure the selected kernel is the wanted kernel 2021-06-08 11:58:40 +02:00
rebornix
aafce57f5c consolidate move cell commands. 2021-06-07 16:23:04 -07:00
rebornix
896c26bdb3 Move editor tests to notebook.editor 2021-06-07 16:06:44 -07:00
rebornix
c8928f8111 status bar test suite setup. 2021-06-07 14:14:20 -07:00
rebornix
f05512d87e statusbar suite. 2021-06-07 14:10:34 -07:00
rebornix
5c063c5f83 move document event tests into notebook.document 2021-06-07 13:34:37 -07:00
rebornix
ef62adb3ba start separating tests. 2021-06-07 12:03:55 -07:00
rebornix
51ccb0434d multi tabs and custom metadata. 2021-06-07 11:51:19 -07:00
rebornix
6259f7ca84 more showNotebookDocument for workspace edit tests. 2021-06-07 11:45:31 -07:00
rebornix
af4086099f move towards openNotebookDocument. 2021-06-07 11:30:10 -07:00
rebornix
809dfb41a2 remove join cell test covered by unit test. 2021-06-07 11:10:04 -07:00
rebornix
9369a1671f remove only. 2021-06-07 09:27:02 -07:00
rebornix
ca92f34eb2 re #125369. remove use of delete command 2021-06-04 16:17:27 -07:00
Johannes Rieken
e43c3957f6 rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks 2021-06-03 11:27:09 +02:00
rebornix
68e862e1d6 skip flaky window test. 2021-06-02 16:18:52 -07:00
rebornix
26cd18321b remove backwards compatible tests. 2021-06-02 14:12:21 -07:00
Johannes Rieken
b5bdc48d55 use vscode.notebooks not vscode.notebook 2021-06-02 14:58:51 +02:00
Johannes Rieken
109c9d9486 adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163 2021-06-02 12:05:19 +02:00
Johannes Rieken
ac05ae7b6f move file'ish things into workspace namespace 2021-06-02 09:43:07 +02:00
Johannes Rieken
0b6e70302f remove deprecated API 2021-06-02 09:24:43 +02:00
Johannes Rieken
d487b379ba Merge branch 'main' into notebook/dev 2021-06-02 08:16:13 +02:00
rebornix
b154a3d304 skip view column test. 2021-06-01 18:30:38 -07:00
Rob Lourens
8df0f06858 Group startTime and endTime into a single object 2021-06-01 16:30:38 -07:00
Rob Lourens
ef28d1663d Inline parameters to execution task start and end 2021-06-01 16:13:27 -07:00
Johannes Rieken
6fe84c402b Merge pull request #125106 from microsoft/joh/api/noMetadataType
Remove dedicated types for notebook and cell metadata
2021-06-01 19:24:40 +02:00