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
Daniel Imms
5c6672cd77
Remove terminalLocation from api proposal list
...
Fixes #141645
2022-01-27 06:52:20 -08: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
Logan Ramos
fc7fb5d480
Enable proposed api in vscode api tests
2022-01-20 13:56:57 -05: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
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