Skip to content

Commit

Permalink
chore: update to electron 16 (microsoft#137241)
Browse files Browse the repository at this point in the history
* chore: bump [email protected]

* chore: bump [email protected]

* chore: enable render process reuse

* Revert "watcher - use `type` property for crash reporter location"

This reverts commit bfa488d.

* Revert "watcher - enable crash reports on linux (microsoft#136264)"

This reverts commit af26148.

* chore: enable crashpad on linux

* chore: bump [email protected]

* chore: update api changes

* chore: bump @vscode/[email protected]

* 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 [email protected]

* chore: bump [email protected]

* temp(macOS): kill test instances in OSS

* Revert "temp(macOS): kill test instances in OSS"

This reverts commit b0d796c.

* chore: update chromium version for clang downloader

* some 💄 changes

* align with changes

* adopt more fs.rm

* 💄

* chore: bump @vscode/[email protected]

* 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 microsoft#137416)

* ci: update node version

* enable stack dumping

* update electron types to 16.x

* chore: bump @vscode/[email protected]

Refs microsoft#137496

* fix layer issue

* add `AbortSignal` to core types

* chore: update linux compile flags

Refs electron/electron@797723e

* 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 [email protected]

* chore: bump @vscode/[email protected]

* ci: update to gcc-4.9 for remote

Refs microsoft#137659

* ci: switch to buster for linux arm

Refs microsoft#137927

* ci: fix build on linux arm64

* ci: fix arm client compiler toolchain

Refs microsoft#137927

* chore: bump [email protected]

* ci: fix compile flags for the c toolchain

* chore: bump [email protected]

* Add experimental dark mode flag (microsoft#139109)

* Add experimental dark mode flag

* Apply PR feedback

* chore: bump [email protected]

* chore: bump [email protected]

Fixes microsoft#138792
Fixes microsoft#139300

* chore: experimental highlight API

* smoke - fix compile issue

* FIXME: custom ELECTRON_RUN_AS_NODE with node worker

* Revert "chore: bump [email protected]"

This reverts commit 5fd01cf.

* Revert "Revert "chore: bump [email protected]""

This reverts commit a7f1b73.

* chore: fix github linux workflow

* chore: address review feedback

* chore: bump [email protected]

* ci: revert to stretch distro for linux arm

Refs microsoft#137927

* ci: force build

* chore: update yarn.lock

* address feedback

* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"

This reverts commit 7b48fa3.

* ci: fix remote folder build

* chore: fix github linux ci

* 🆙 `versionSpec`

Co-authored-by: Benjamin Pasero <[email protected]>
Co-authored-by: Raymond Zhao <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2022
1 parent 9ab9abb commit 9f0ddd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ else

# Configuration for more verbose output
export VSCODE_CLI=1
export ELECTRON_ENABLE_STACK_DUMPING=1
export ELECTRON_ENABLE_LOGGING=1

echo "Storing crash reports into '$VSCODECRASHDIR'."
Expand Down
1 change: 0 additions & 1 deletion test-remote-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ else

# Configuration for more verbose output
export VSCODE_CLI=1
export ELECTRON_ENABLE_STACK_DUMPING=1
export ELECTRON_ENABLE_LOGGING=1

# Running from a build, we need to enable the vscode-test-resolver extension
Expand Down

0 comments on commit 9f0ddd0

Please sign in to comment.