Commit graph

92940 commits

Author SHA1 Message Date
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
Rob Lourens 47b5413ddc More logging for CellExecution 2022-02-08 11:01:03 -08:00
Connor Peet 91f7694e68
debug: avoid listening on all interfaces when debugging a remote ext host
Fixes #142541
2022-02-08 10:26:17 -08:00
Andre Weinand bd744189ff
use ILanguageFeatureDebounceService; fixes #140557 2022-02-08 19:02:07 +01:00
Johannes Rieken 5c85bdc199
don't warn, just inform, about missing/unknown/malformed menu identifier, https://github.com/microsoft/vscode/issues/140463 2022-02-08 18:51:10 +01:00
Johannes Rieken 17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037 2022-02-08 18:50:46 +01:00
Johannes Rieken b5c20c8832
remove check box in accept btn, https://github.com/microsoft/vscode/issues/141065 2022-02-08 18:41:37 +01:00
Johannes Rieken 765d2ef252
add doc for padding-left/right, add doc for inlay hint kind but also remove InlayHintKind#other, https://github.com/microsoft/vscode/issues/16221 2022-02-08 18:37:43 +01:00
Johannes Rieken b58a456589
add API-todos 2022-02-08 18:07:58 +01:00
Benjamin Pasero b6c093a888
💄 todos 2022-02-08 18:04:54 +01:00
Connor Peet f3afd9d825
debug: bump js-debug 2022-02-08 09:01:46 -08:00
Matt Bierner 0da6669067
Spell fixes in comments 2022-02-08 08:16:22 -08:00
Matt Bierner bc99651028
Mark AccessibilityInformation props readonly
To update these props, you need to replace the entire object, not just write the prop
2022-02-08 08:16:21 -08:00
Henning Dieterichs 05524c88e9
Adopts ILanguageFeatureDebounceService#for for inline completions. See #140557. 2022-02-08 16:43:31 +01:00
Ladislau Szomoru 200beb1a40
Update Linux agent pool 2022-02-08 16:37:56 +01:00
Johannes Rieken c315a93bae
more API tweaks for inline completions 2022-02-08 16:15:50 +01:00
Sandeep Somavarapu 6d93d0d190
fix #142418 2022-02-08 14:56:29 +01:00
Alex Ross cb9b9c53e6
Fix task resolving by awaiting promise 2022-02-08 14:29:31 +01:00
Alex Ross 6dffb2e357
Fix shellExecutable basename for tasks
Part of #142196
2022-02-08 13:52:04 +01:00
Benjamin Pasero 8ae03a1c41
history - fix issue with selection event when restoring view state 2022-02-08 13:38:10 +01:00
Alex Ross e5bf0ee325
Resolve dependsOn tasks faster when possible
Fixes #142413
2022-02-08 13:24:50 +01:00
Ladislau Szomoru facb65e363
Ping windows agent version 2022-02-08 11:23:23 +01:00
Johannes Rieken 6db11082de
add todo for mime type format 2022-02-08 11:10:07 +01:00
Martin Aeschlimann 4d368d1933
Tangle in base: iconLabel <=> iconLabelHover. Fixes #142477 2022-02-08 11:06:25 +01:00
Johannes Rieken d84b15dd8c
dto-ify arguments of proxied types 2022-02-08 11:01:23 +01:00
Benjamin Pasero c67b7792b9
GVFS: can't open file (#142481) 2022-02-08 10:59:43 +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
Henning Dieterichs f8c36556a2
Update distro. 2022-02-08 10:31:41 +01:00
Dirk Baeumer bb512a0c57
Removing console statement. 2022-02-08 10:17:32 +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
Johannes Rieken 4dae3d1ed2
api-todo for inline hints and inline completions 2022-02-08 09:29:05 +01:00
Johannes Rieken 5cc0795838
tiny todo-api for tree dnd, fyi @alexr00 2022-02-08 09:29:05 +01:00
Joyce Er da29a245ff
Enable merge-conflict extension in virtual workspaces (fixes #142447) 2022-02-08 09:28:04 +01:00
Ladislau Szomoru 5aade930b2
Switch agent pool 2022-02-08 09:27:36 +01:00
Joao Moreno 2e9ed43400
safeguard init exthost message 2022-02-08 08:53:46 +01:00
Sandeep Somavarapu c95a310fc1
#142027 listen to file operations 2022-02-08 08:48:51 +01:00
Benjamin Pasero 6cd64a3ca6
debt - untangle side by side and diff editors (#141154) 2022-02-08 08:44:46 +01:00
Benjamin Pasero 62dc317056
debt - untangle platform/environment (#141154) 2022-02-08 08:33:37 +01:00
Sandeep Somavarapu 3b1da68d60
#142027 enable preferences smoke test 2022-02-08 08:30:27 +01:00
Sandeep Somavarapu cfd927bd0c
#142027 #142020 listen to file operations 2022-02-08 08:29:28 +01:00
Rob Lourens 25e06c623e Unit test for #142466 2022-02-07 21:37:49 -08:00
Rob Lourens 666ae990e6 Execution object should be able to be returned by getCellExecution at the time the change event is fired #142466 2022-02-07 21:25:21 -08:00
Jean Pierre 0283cec6ec
Fix WebviewElement::streamToBuffer (#142288) 2022-02-07 18:28:09 -08:00
SteVen Batten 3656dd474b
fix menubar visibility changes 2022-02-07 16:20:33 -08:00
rebornix c70522765b
re #142429. error output w/ dup ansi handling 2022-02-07 16:07:04 -08:00
Matt Bierner bad2dd3e98
Fix indended code blocks in rendered markdown docs
Fixes #142445
2022-02-07 15:54:10 -08:00
Matt Bierner 43e6992d9f
Preserve whitespace inside parameter hints code blocks
Fixes #142446

This matches what we already do for hovers
2022-02-07 15:48:30 -08:00