Commit graph

1387 commits

Author SHA1 Message Date
Daniel Imms 4ea43d1de9
Merge pull request #178528 from microsoft/tyriar/178014
xterm@5.2.0-beta.35
2023-03-28 14:42:46 -07:00
Matt Bierner 6f5920818a
Bump eslint versions (#178516) 2023-03-28 14:16:09 -07:00
Daniel Imms fc98a10233
xterm@5.2.0-beta.35
Fixes #178014
2023-03-28 14:01:09 -07:00
Matt Bierner 660b8cc1fc
Pick up latest TS for building VS Code (#178518)
* Pick up latest TS for building VS Code

* Fix type check error
2023-03-28 20:50:45 +02:00
Daniel Imms 3cf7f3891f
xterm@5.2.0-beta.33
Fixes #177736
2023-03-27 11:10:55 -07:00
Daniel Imms a784e8185c
node-pty@0.11.0-beta31
Fixes #174956
2023-03-27 05:32:28 -07:00
Benjamin Pasero bf9141ba23
🆙 @playwright/test (#176014)
* 🆙 `@playwright/test`

* :update:
2023-03-25 07:06:00 +01:00
Matt Bierner 6b72dbf633
Pick up latest TS nightly for building VS Code (#177399) 2023-03-21 07:57:19 -07:00
João Moreno c6fbb48ec4
Revert "Update webpack (#177265)"
This reverts commit e88eb65966.
2023-03-17 18:55:15 +01:00
João Moreno 5f9bbf37c1
Revert "adopt new module locations (#177472)"
This reverts commit 5b6cd9c3c7.
2023-03-17 18:55:13 +01:00
João Moreno 5b6cd9c3c7
adopt new module locations (#177472)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-03-17 15:34:17 +01:00
Martin Aeschlimann e88eb65966
Update webpack (#177265)
* update webpack

* update `@types/webpack`

* update copy-webpack-plugin

* update @types/webpack in build

* fix compile error in @types/eslint
2023-03-17 15:07:05 +01:00
Matt Bierner cdbe59519b
Pick up latest TS for building VS Code (#177150)
Updates the `IAction` interface to take additional arguments. This matches how it is being used in our codebase
2023-03-14 18:59:42 -07:00
Raymond Zhao 84a869a725
chore: Bump node-pty to 0.11.0-beta30 (#177148)
This reverts commit 103bd8f019.
2023-03-14 18:05:40 -07:00
Raymond Zhao 8306fcbca1
Revert "chore: Bump node-pty to 0.11.0-beta30" (#177121)
This reverts commit df6cd309c6.
2023-03-14 18:17:28 +01:00
Logan Ramos 42415d8fff
Bump ripgrep (#177109) 2023-03-14 17:43:33 +01:00
Raymond Zhao 12ed9dbbe4
chore: Bump node-pty to 0.11.0-beta30 (#177015) 2023-03-14 09:29:59 -07:00
Raymond Zhao f42f45a7d2
Bump policy-watcher, native-keymap, native-watchdog (#176556)
* Bump policy-watcher, native-keymap, native-watchdog
* Bump native-watchdog in remote
2023-03-10 09:16:54 -08:00
Megan Rogge ffe596935b
keep the accessible buffer visible until tab/escape are used (#176054) 2023-03-03 13:23:11 -08:00
Robo 3a11b47eee
chore: revert to Electron 19 (#175851)
* Revert "Update to min supported version of node (#175723)"

This reverts commit f749e6be2d.

* Revert "chore: update min node version for development (#175663)"

This reverts commit f2a822fbe9.

* Revert "electron 22 sandbox - enable for OSS (#175659)"

This reverts commit 2551af21f8.

* Revert "chore: update to Electron 22 (#166430)"

This reverts commit 6e85d2b51e.
2023-03-02 02:58:46 -08:00
Matt Bierner 6692654c36
Pick up latest TS version for building VS Code (#175721) 2023-03-01 02:54:44 +01:00
Robo 6e85d2b51e
chore: update to Electron 22 (#166430)
* chore: bump electron@22.0.0-beta.5

* chore: bump electron@22.0.0-beta.7

* chore: update libc++ flags

* chore: switch to c++17

* chore: bump electron@22.0.0

* chore: bump electron@22.0.2

* chore: cleanup build config for linux

* chore: update debian dependencies

* chore: update rpm dependencies

* chore: update electron@22.0.3

* chore: bump electron@22.2.0

* chore: remove deprecated utility process invoker

* chore: bump electron@22.2.1

* chore: remove unused methods

* chore: update internal electron version

* chore: bump electron@22.3.0

* temp: update electron with default PGO

* chore: bump electron@22.3.1

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-02-28 07:04:00 -08:00
Benjamin Pasero 8577c5084c
Revert "fix build (#175619)"
This reverts commit e6fc90366e.
2023-02-28 08:37:47 +01:00
Benjamin Pasero e6fc90366e
fix build (#175619)
Revert "Bump @vscode/policy-watcher (#175195)"

This reverts commit 3bee0c9cf8.
2023-02-28 07:04:19 +01:00
Raymond Zhao 3bee0c9cf8
Bump @vscode/policy-watcher (#175195) 2023-02-27 17:42:19 -08:00
Matt Bierner 42bfe4f68d
Pick up latest TS nightly for building VS Code (#175401)
* Pick up latest TS nightly for building VS Code

* Add cast to avoid type narrowing in tests
2023-02-25 01:09:12 +00:00
Henning Dieterichs a42ec7cdd2
Merge branch 'main' into async-tokenization-2 2023-02-17 17:08:17 +01:00
Henning Dieterichs 6a22e832b7
Adresses PR feedback, adopts most recent textmate version. 2023-02-17 17:04:41 +01:00
Megan Rogge 855ba20c38
use monaco editor in terminal accessible buffer (#174400) 2023-02-16 18:22:28 +01:00
João Moreno 07a7d71087
Bump to @vscode/policy-watcher (#174354)
* use latest @vscode/policy-watcher

* fix compile

* ooops

* lock new version
2023-02-14 16:53:34 +01:00
Robo a36ef13f28
chore: bump node-pty@0.11.0-beta.29 (#174267) 2023-02-13 18:23:37 +01:00
Henning Dieterichs f4b345578d
Adds monaco editor playground launch config & http server 2023-02-10 19:18:47 +01:00
João Moreno c7930ca55d
Revert "bump @vscode/policy-watcher (#174063)" (#174072)
This reverts commit 47e3135bda.

Revert "move to @vscode/policy-watcher (#173950)"

This reverts commit a1e73c96a4.
2023-02-10 16:37:50 +01:00
João Moreno 47e3135bda
bump @vscode/policy-watcher (#174063) 2023-02-10 15:17:07 +01:00
Matt Bierner 9f0d458c21
Pick up latest TS for building VS Code (#173999) 2023-02-09 22:53:02 +01:00
Megan Rogge 3ad462916f
replace last instances of accessibility buffer (#173880) 2023-02-09 11:39:33 -06:00
João Moreno a1e73c96a4
move to @vscode/policy-watcher (#173950) 2023-02-09 07:12:42 -08:00
Megan Rogge a7d49b0f35
use shell integration for richer terminal accessible buffer (#173605) 2023-02-07 14:51:26 -08:00
Matt Bierner 10ba138a7b
Pick up latest TS for building VS Code (#173594) 2023-02-06 10:21:28 -08:00
Megan Rogge d896f7bcd4
add content editable setting, allow non-screen reader users to use accessible buffer (#173322) 2023-02-06 07:48:29 -08:00
Johannes Rieken d19476592d
update test-web (#173301) 2023-02-03 06:07:54 -08:00
Sandeep Somavarapu 8922a506d6
adopt to latest vscode-perf (#173127) 2023-02-02 20:04:23 +01:00
Daniel Imms b3ef59eb5f
Merge pull request #173137 from microsoft/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-02 07:06:36 -08:00
Johannes c09423c5f1
update SWC to support latest TS things 2023-02-02 12:01:28 +01:00
dependabot[bot] dde8dee272
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 10:20:05 +00:00
Robo 363839d7b7
chore: bump node-pty@0.11.0-beta28 (#173090) 2023-02-02 11:18:25 +01:00
Megan Rogge 82d2727bf0
xterm@5.2.0-beta.24 (#173075)
fix #173071
2023-02-01 17:31:21 -06:00
Megan Rogge 6e0c0de2ad
xterm@5.2.0-beta.22 (#172981) 2023-01-31 17:28:01 -08:00
Matt Bierner dc7e2819c6
Pick up latest TS for building VS Code (#172824) 2023-01-30 10:15:31 -08:00
Megan Rogge 7d08b7f404
xterm@5.2.0-beta.21 (#172276) 2023-01-25 14:31:48 +01:00