Commit graph

1015 commits

Author SHA1 Message Date
Alex Ross c468903ff7
Finalize tree drag and drop API
Fixes #32592
2022-03-02 15:39:36 +01:00
Matt Bierner a068ebee8d
Finalize markdownstring.baseUri
Fixes #142051
2022-03-01 15:48:53 -08:00
Robo df645f1450
chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
Benjamin Pasero 6640f3c721
skip flaky test (#139960) 2022-02-24 13:27:04 +01:00
Benjamin Pasero 6dee30baa8
tests - restore test coverage for #139786 2022-02-23 13:17:21 +01:00
Logan Ramos 8437d74b8b
Fix #139786 2022-02-17 15:15:51 -05:00
Logan Ramos 0a9e7a5f49
Re-enable tab getter test 2022-02-16 15:09:08 -05:00
Matt Bierner 21da6eeafa
Delay getting workspace uri until tests are running
For #143226
2022-02-16 10:59:03 -08:00
Logan Ramos ec9df1d972
Update tabs model to utilize the new API shape (#142668)
* Change shape of the tabs API

* Disable tab tests for now

* Add an onDidChangeTabGroup event

* Optimize for group activate

* Update events to no longer be an array

* Further tab optimization
2022-02-10 15:09:11 -05:00
Johannes Rieken b7955eac38
finalize inlay hints provider API, https://github.com/microsoft/vscode/issues/16221 2022-02-09 15:32:46 +01:00
Daniel Imms 339cbb38e2 Skip environment variable collection tests only on Windows
Guessing conpty is causing problems
2022-02-09 05:26:19 -08:00
Alex Ross 5bdfec8311
Dispose of all terminals before running task test
Fixes #142565
2022-02-09 14:06:09 +01:00
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