Commit Graph

1269 Commits

Author SHA1 Message Date
Benjamin Pasero
e3cf7e5e1b API: Allow to use the file watcher for aribitrary folders (#3025) (#139881)
* API: Allow to use the file watcher for aribitrary folders (#3025)

* fix tests

* update `createFileSystemWatcher` docs

* refuse to watch resources that are watched in workspace already

* properly check proposed API

* make it work via `createFileSystemWacher` (first cut)

* more docs

* cleanup

* enable recursive watching based on pattern

* add tests

* drop out-of-workspace events when using simple patterns

* do not apply excludes when watchig files

* log extension watch requests

* also log unwatch

* improved exclude handling

* more docs

* drop proposed api needs

* remove `suite.only`

* cannot watch inside workspace more than once

* do not send extension decriptor over

* adopt latest changes

* add `baseUri` to relative pattern

* backwards compat
2022-01-13 13:32:03 +01:00
Rob Lourens
f7cb722447 Disable all notebook integration tests in web
See #126371
2022-01-07 09:57:11 -08:00
Benjamin Pasero
b1aa9661d0 tests - skip flaky notebook test 2022-01-07 17:18:56 +01:00
Alex Ross
4d0b81edfb Fix task smoke test
Fixes #140110
2022-01-07 15:07:33 +01:00
Benjamin Pasero
d622a8d39f tests - skip flakes (#140200, #140201) 2022-01-06 07:45:19 +01:00
Daniel Imms
6ce37ef7a2 Skip flaky test
Part of #140111
2022-01-04 14:28:16 -08:00
Daniel Imms
79ed98edc9 Skip flaky tests
Part of #140110
2022-01-04 09:40:49 -08:00
Benjamin Pasero
0f265a3651 integration tests - skip flakes
https://github.com/microsoft/vscode/issues/139960
https://github.com/microsoft/vscode/issues/139958
2021-12-31 08:14:39 +01:00
Rob Lourens
2933672219 Fix notebook test 2021-12-30 15:51:44 -08:00
Rob Lourens
a2655c2e5f prefer-const in notebooks 2021-12-30 14:25:09 -08:00
Rob Lourens
cb91838779 Dispose kernels in test 2021-12-29 15:32:25 -08:00
Rob Lourens
962a6c85e8 Add test for new execution behavior 2021-12-28 13:44:23 -08:00
Benjamin Pasero
7e55d4b8fb tests - coverage for #139713 fix 2021-12-27 08:25:58 +01:00
Benjamin Pasero
4712a1ae88 skip flaky test (#139572) 2021-12-21 13:11:07 +01:00
Ladislau Szomoru
85694fcf4d Do not leak rpc proxies (#139498) 2021-12-20 11:50:49 +01:00
Benjamin Pasero
bb39ae82cf smoke - improve runCommand and disable more tests 2021-12-20 08:25:08 +01:00
Matt Bierner
3efb3d6be0 Skip test for now
For #138612
2021-12-17 15:26:43 -08:00
Benjamin Pasero
f2f509ba61 skip flaky notebook test (#139324) 2021-12-17 17:20:00 +01:00
Benjamin Pasero
ca17de5011 tests - skip failing notebook test (#139350) 2021-12-17 07:35:53 +01:00
Logan Ramos
9ce72d28b6 Have tab test retry 3 times 2021-12-16 15:27:41 -05:00
Daniel Imms
2584b60112 Merge branch 'main' into tyriar/120077 2021-12-16 11:34:16 -08:00
Johannes Rieken
b00e5cdbd0 use randomBytes for rnd file name generation, https://github.com/microsoft/vscode/issues/139217 2021-12-16 16:25:56 +01:00
Daniel Imms
b562ce7067 Use async/await in env var tests and improve polling
Fixes #120077
2021-12-15 12:28:36 -08:00
Benjamin Pasero
b567ea7e8d tests - do not add file to our workspace 2021-12-15 15:30:11 +01:00
Benjamin Pasero
8f7589750a Support untitled with associated resource in vscode.open (#139194)
* wip

* 💄

* add test

* comments

* skip flaky test

* Revert "skip flaky test"

This reverts commit 94c712500e.
2021-12-15 14:38:07 +01:00
Rob Lourens
ee19746d14 Skip some flaky notebook integration tests - #126371 2021-12-14 15:15:09 -08:00
Daniel Imms
548f18fcf3 Skip env var collection should respect clearing entries
Part of #120077
2021-12-14 14:23:26 -08:00
Matt Bierner
25ef7a83fc Retry test
Adding simple retry while investigating why this sometimes times out
2021-12-14 12:31:51 -08:00
Rob Lourens
6897670596 Reenable notebook integration tests 2021-12-08 16:40:50 -08: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
Matt Bierner
2edff15481 Temporarily skip webview tests
We need to bump the version of the webview src pulled in, but this requires getting a good build first
2021-12-07 13:03:03 -08:00
Johannes Rieken
5c31535ea8 add more API rpc tests, https://github.com/microsoft/vscode/issues/115679 2021-12-07 09:22:48 +01:00
Johannes Rieken
257657fb23 fix https://github.com/microsoft/vscode/issues/137968 2021-11-30 15:21:56 +01:00
Tyler Leonhardt
26fe37ca3d Revert "Have setting the value trigger the filter. Fixes #137279"
This reverts commit c1c103dee7.
2021-11-24 15:08:35 -08:00
Daniel Imms
96cc3b8fc0 Disable should respect dimension overrides again
Part of #137155
2021-11-19 06:01:49 -08:00
Tyler Leonhardt
c1c103dee7 Have setting the value trigger the filter. Fixes #137279 2021-11-17 12:48:12 -08:00
Tyler Leonhardt
8133e1fc5e Revert "have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279"
This reverts commit dfbaecd969.
2021-11-17 11:40:05 -08:00
Tyler Leonhardt
dfbaecd969 have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279 2021-11-17 10:06:21 -08:00
Daniel Imms
b66d2e7bbd Next attempt to fix should respect dimension overrides in remote
Fixes #137155
2021-11-17 05:29:13 -08:00
Daniel Imms
da099cc71f Skip should respect dimensions overrides tests in remote only
Part of #137155
2021-11-17 04:45:30 -08:00
Daniel Imms
f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms
b934d09346 Move other extension terminal tests to async await
Part of #137155
2021-11-14 23:53:12 -08:00
Daniel Imms
03a844a2e5 Use async await in pty terminal test
Part of #137155
2021-11-14 23:39:46 -08:00
Johannes Rieken
68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Alex Ross
61cd6437a0 Fix timing bug for back-to-back CustomExecution tasks
Fixes #131926
2021-11-02 14:01:34 +01: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
Tyler Leonhardt
5c0e664fd3 ensure show() hide() show() hide() emits two didHide events. Fixes #135747 2021-10-27 15:23:53 -07:00