Commit graph

322 commits

Author SHA1 Message Date
Robo 32d40cf44e
chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0

* Revert "chore: revert to electron@13 (#143851)"

This reverts commit df645f1450.

* chore: bump electron@17.1.0

* Revert "ci: fix build with latest node-gyp"

This reverts commit c3e948aa30.

* chore: revert ci changes for node v16

* chore: update yarn.lock

* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Rob Lourens 12f0c7bfdc Bump @vscode/ripgrep 2022-03-09 16:03:15 -08:00
meganrogge 04850d10a8
xterm@4.19.0-beta.2 fix #144142 2022-03-09 12:46:56 -06:00
Alex Dima 4249087e68
Update native-watchdog also in the remote folder 2022-03-08 12:54:37 +01:00
meganrogge 8a9180f8c6
xterm@4.18.0-beta.15 2022-02-25 13:59:20 -06:00
meganrogge b0c914146e
xterm@4.18.0.beta.13 fixes #143014
fixes #143784
2022-02-24 13:31:15 -06: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
Daniel Imms 77302e7332 Update xterm.js
Commit: ded6750ff55b04352071fee12174082030c290ce

Fixes #143784
2022-02-23 14:33:22 -08:00
Daniel Imms b593e59f5c Delay registration of command start marker
Fixes #143798
2022-02-23 14:10:16 -08:00
meganrogge 5c3c2a02bb
xterm@4.18.0-beta.10 fix #142983 2022-02-22 18:13:04 -06:00
Tyler Leonhardt 46301339b7
bump keytar to 7.9.0 2022-02-22 13:37:44 -08:00
dependabot[bot] 332c3426e6
Bump simple-get from 3.1.0 to 3.1.1 in /remote (#142094)
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 12:41:02 +01:00
meganrogge 9d38b0e38d
fix #143330 2022-02-18 18:23:02 -06:00
meganrogge 5e374038fc
xterm@4.18.0-beta.6 2022-02-16 13:26:30 -06:00
meganrogge 5b52f9a9d0
update xterm@4.18.0-beta.5 fix #142859 2022-02-11 17:59:40 -06:00
meganrogge a365e5c3b1
xterm@4.18.0-beta.4
Adds decoration API, fixes  #140308
2022-02-10 12:40:33 -06: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
Christof Marti b319bb9ed6 Update vscode-proxy-agent (#136874) 2022-02-04 12:14:24 +01:00
Daniel Imms 97c91b1ded Update 4.18.0-beta.2
Commit: a63890e6270749ae353db0d0b294d57448c82a72

Fixes #142091
2022-02-03 12:28:57 -08:00
ChaseKnowlden 8705e6a855
Bump @vscode/windows-registry to 1.0.5 in remote (#140599)
* 🆙 @vscode/windows-registry@1.0.5

* minor fixes

* Alias vscode-windows-registry
2022-01-21 09:54:37 -08:00
Benjamin Pasero eecbd962ef
debt - rename iconv-lite-umd package (#140650) 2022-01-14 07:28:41 +01:00
Tyler James Leonhardt 2065cba535
bump keytar (#140654) 2022-01-13 10:23:20 -08:00
Tyler Leonhardt 4d930765f3
refactor credentials service to main
ensure keytar is there and register service correctly

remove console log

remove extra line
2022-01-12 09:21:19 -08:00
Alex Ross 4d1d73f6ef
Revert "Add timestamps to comments proposal (#139849)"
This reverts commit b978d7150c.
2022-01-12 15:51:57 +01:00
Alex Ross b978d7150c
Add timestamps to comments proposal (#139849) 2022-01-12 14:41:23 +01:00
Rob Lourens fdb52b8b3a Adopt @vscode/ripgrep 2022-01-11 15:14:43 -08:00
Daniel Imms 0e872d8b42 xterm@4.17.0-beta.7
Includes fix for wide chars in search, new options API, error telemetry fix, ...

Fixes #140475
2022-01-11 09:38:00 -08:00
Rob Lourens 311a38c17c Bump vscode-ripgrep in remote/ 2022-01-03 14:47:00 -08:00
Daniel Imms 67fcf209e7 xterm@4.16.0
Fixes #139645
2021-12-22 11:04:56 -08:00
Daniel Imms b5519d66e4 xterm@4.16.0-beta.8
Fixes #139513
2021-12-20 09:19:12 -08:00
Daniel Imms 718cfca2b7 xterm@4.16.0-beta.6
Fixes #135940

Along brings in fix for US Intl keyboard layout
2021-12-17 10:23:10 -08:00
Alex Dima 704ff15396
Adopt vscode-textmate@6.0.0 2021-12-17 10:42:59 +01:00
Benjamin Pasero 86cbe29cec
🆙 @parcel/watcher@2.0.5 2021-12-16 08:05:07 +01:00
Daniel Imms 3da317ba5a xterm@4.16.0-beta.5
Fixes #135920
Fixes #133597
2021-12-10 10:35:25 -08:00
Logan Ramos 9ec4aed235
Fix #135360 2021-12-07 11:50:33 -05:00
Benjamin Pasero 16d0a319b2
watcher - remove vscode-nsfw legacy watcher 2021-12-06 10:50:15 +01:00
Benjamin Pasero f32a371f70
🆙 @parcel/watcher (fix #136460) 2021-11-29 19:22:09 +01:00
Benjamin Pasero 4c9d116ddb
🆙 @parcel/watcher 2021-11-23 07:47:33 +01:00
Benjamin Pasero aa21039c3c
🆙 iconv-lite 2021-11-22 11:51:08 +01:00
Alex Dima a3f6aadf28
Fixes #117264: Abandon tokenizing a line after 500ms if possible. 2021-11-19 14:49:37 +01:00
Alex Dima b8357ede65
Restore Text Mate Syntax Grammar Logging functionality (#117264) 2021-11-19 10:55:25 +01:00
Benjamin Pasero 4fb384ee85
🆙 @parcel/watcher@2.0.2 2021-11-15 07:43:55 +01:00
SteVen Batten 2730c200e6
bump vscode-windows-registry version 2021-11-12 14:19:10 -08:00
SteVen Batten e0563d8dd9
bump node-pty versions 2021-11-12 14:03:06 -08:00
Benjamin Pasero bef4dba21f
Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Daniel Imms a9bf40f217 Update xterm
Commit: 0bc02d6838a2a75048001003617bf172efcf622b
2021-11-09 07:56:50 -08:00
Daniel Imms bb472c5519 xterm@4.15.0-beta.13 2021-11-04 09:45:14 -07:00
Benjamin Pasero 9375113a83
Merge pull request #136207 from microsoft/ben/nov
November debt
2021-11-01 08:17:13 +01:00
Alex Dima b0b05ea802
🆙 vscode-textmate@5.4.1 2021-10-28 17:40:09 +02:00
Benjamin Pasero eb160fb65d
watcher - enable parcel watcher by default 2021-10-28 09:59:03 +02:00