Robo
01df559c18
chore: update to electron 16 ( #137241 )
...
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f .
* Revert "watcher - enable crash reports on linux (#136264 )"
This reverts commit af261488f8 .
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416 )
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109 )
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c .
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951 .
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732 .
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
2022-02-08 20:09:00 +01:00
Johannes Rieken
17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037
2022-02-08 18:50:46 +01:00
Rob Lourens
803c9fc3e0
re-skip notebook integration tests for web
2022-02-04 11:36:34 -08:00
Matt Bierner
69896100ed
Add MarkdownString.baseUri proposal ( #142055 )
...
For #142051
2022-02-03 08:51:49 -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
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