Commit graph

4170 commits

Author SHA1 Message Date
deepak1556 0992d85866 ci: fix linux system services
Refs https://github.com/microsoft/vscode/issues/142572
2022-02-17 02:16:46 +09:00
Daniel Imms f5fbf3b920
Merge branch 'main' into tyriar/141599 2022-02-15 12:08:52 -08:00
Benjamin Pasero a53624cc51
Revert "linux: disable crash reporting in CI also in smoke tests (#142572)"
This reverts commit 5faea719c5.
2022-02-15 16:26:38 +01:00
Benjamin Pasero 6defcb5efe
web - remove legacy main build file 2022-02-15 16:22:06 +01:00
Daniel Imms 91a539fd26 Don't sign ps1
Causes codesign to fail
2022-02-15 06:36:28 -08:00
Benjamin Pasero 5faea719c5
linux: disable crash reporting in CI also in smoke tests (#142572) 2022-02-15 08:45:36 +01:00
Daniel Imms a0c2d35244 Add shell integration scripts to server package 2022-02-14 14:07:37 -08:00
Daniel Imms eae15855ee
Merge branch 'main' into tyriar/141599 2022-02-14 12:23:10 -08:00
SteVen Batten 6742e394d7
fix typo in filter for pdb/node 2022-02-14 10:35:08 -08:00
Benjamin Pasero ae0864d995
fix valid layers checker 2022-02-14 08:41:24 +01:00
SteVen Batten 6560fb7ea5
add filter for prebuild node files 2022-02-11 14:13:28 -08:00
SteVen Batten 0c2f01428e
update .gdntsa 2022-02-11 11:56:26 -08:00
Daniel Imms cd60b87bff
Merge branch 'main' into tyriar/141599 2022-02-10 06:52:07 -08:00
deepak1556 1aa9684ba8 chore: disable clang toolchain for arm 2022-02-10 11:36:32 +09:00
Jonathan Rubenstein 4987535801
Add VS 2022 to supported versions (#142667) 2022-02-09 17:24:56 -08:00
deepak1556 27db180263 chore: bump distro
Fixes https://github.com/microsoft/vscode/issues/142675
2022-02-10 10:18:33 +09:00
Daniel Imms a9e386dba7 Sign ps1 shell integration script on Windows too 2022-02-09 07:56:27 -08:00
deepak1556 c8de43a7ca chore: fix linker flags for linux build
Fixes https://github.com/microsoft/vscode/issues/142574
2022-02-10 00:26:02 +09:00
Henning Dieterichs ae84d540ef
Show an error if node version is less than 14.17.4 (#142627) 2022-02-09 07:06:40 -08:00
Ladislau Szomoru f8fb697b82
Add variable for macOS stage 2022-02-09 09:36:40 +01:00
Robo 2d8e935714
ci: fix default gcc choice for remote (#142554) 2022-02-08 13:29:34 -08: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
Ladislau Szomoru 200beb1a40
Update Linux agent pool 2022-02-08 16:37:56 +01:00
Ladislau Szomoru facb65e363
Ping windows agent version 2022-02-08 11:23:23 +01:00
Ladislau Szomoru efb9555199
Revert the agent pool 2022-02-08 10:54:30 +01:00
Ladislau Szomoru e6371384a4
Update agent pool 2022-02-08 10:39:42 +01:00
Ladislau Szomoru 559a11fff0
Engineering - bring back SBOM tasks (#142487) 2022-02-08 10:36:10 +01:00
Ladislau Szomoru 41306672e3
Update agent pool 2022-02-08 09:38:17 +01:00
Ladislau Szomoru 3706943977
Update agent pool 2022-02-08 09:31:34 +01:00
Ladislau Szomoru 5aade930b2
Switch agent pool 2022-02-08 09:27:36 +01:00
rebornix f2b7964599
re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Dirk Baeumer f8fe16b97a
Use regexp from stripComments. 2022-02-07 14:29:53 +01:00
Ladislau Szomoru 97c1e76d66
Comment out SBOM tasks 2022-02-07 09:40:00 +01:00
Ladislau Szomoru 4336a744e2
Add conditions to the SBOM tasks 2022-02-07 09:31:50 +01:00
Dirk Bäumer 432349e1eb
Merge pull request #142077 from microsoft/dbaeumer/stripComments
Move strip comments into own module and write tests
2022-02-07 09:24:27 +01:00
deepak1556 23731b5ff9 ci: fix server package folders
Publish step will move the contents of legacy server folder
vscode-reh-* to vscode-server-* leading to the SBOM step
failure

/cc @lszomoru
2022-02-07 16:40:31 +09:00
Ladislau Szomoru a0dd9ed39f
Engineering - update pipeline (#142326) 2022-02-06 16:44:53 +01:00
Logan Ramos 4b5865990f
Update build gulp file 2022-02-04 15:31:13 -05:00
Logan Ramos 7cde1becc6
Huge telemetry reduction 🎉 2022-02-04 14:34:09 -05:00
Alex Dima ed54b04b4f
Simplify uri transformer creation 2022-02-04 16:22:18 +01:00
Johannes Rieken 4f62f9b594
make sure unicode stream emits files again 2022-02-04 15:38:33 +01:00
Johannes Rieken eb0935b068
fix precommit hook, fyi @joaomoreno 2022-02-04 11:56:13 +01:00
Alex Dima 1b429e7432
Strip webEndpointUrlTemplate from reh-web builds 2022-02-03 19:28:09 +01:00
Alex Dima 9fb5c8e094
Split up the two web content patchers 2022-02-03 19:28:08 +01:00
João Moreno 7455bc43ad
unify eslint filters (#142063) 2022-02-03 08:12:23 -08:00
Robo b7712c07fa
refactor: build x64 remote modules with same toolchain as binary (#142023)
* refactor: build x64 remote modules with same toolchain as binary

Refs https://github.com/nodejs/node/blob/master/BUILDING.md#official-binary-platforms-and-toolchains
Fixes https://github.com/microsoft/vscode/issues/137659

* chore: split client and server stages for x64

* chore: add build dependencies

* Revert "chore: add build dependencies"

This reverts commit f9077c9ebd6017bd973db9366dc3d7f336293742.

* chore: build step requires root dependencies

* chore: only perform module installation in separate stage

* chore: fix target path

* chore: run server stage in parallel to compile

* chore: fix dependency chain

* chore: declare parallel dependecy

* chore: fix artifact name

* chore: publish as archive to preserve file types

* chore: fix target directory for extraction

* chore: update postinstall script
2022-02-03 07:56:21 -08:00
Dirk Baeumer 6132f8a521
Add stripComments to the vscodeResources 2022-02-03 15:57:14 +01:00
Matt Bierner 356d29fbf1
Remove most SyncDescriptorN forms (#141976)
* Remove most SyncDescriptorX forms

From what I can tell, `SyncDescriptor0` is the only one of these types still being used. In order to speed up TS's type checking around `createInstance`, I think it makes sense to remove the unused forms

* Remove `SyncDescriptorN` from tree shaker usages

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-02-02 13:45:05 -08:00
Dirk Baeumer 6ea4b6961d
Tweaks to preinstall script 2022-02-02 17:10:43 +01:00
Dirk Baeumer 5c70859065
Add some comments to the preinstall script 2022-02-02 16:45:03 +01:00