Commit graph

560 commits

Author SHA1 Message Date
Daniel Imms b765c21ee8
Update xterm.js
Fixes #166878
Fixes #158896
Fixes #166909
2022-12-16 12:51:00 -08:00
Daniel Imms 6b2df348ab
Update xterm.js
Fixes #163000
2022-12-15 11:57:40 -08:00
Henning Dieterichs 0931ced737
adopt textmate refactoring, fixes #167288 (#168468) 2022-12-08 16:10:26 +01:00
Alexandru Dima 262fe2c606
update deps (#167275)
* update deps

* Roll back `vscode-textmate` to `7.0.1` since there are major changes to adopt
2022-11-28 09:33:15 +01:00
Daniel Imms 4cd7bfa2cd
Update xterm.js
Fixes #166158
2022-11-23 09:55:57 -08:00
Daniel Imms 5885042e32
Update xterm.js
Mainly brings in the texture atlas page/merging changes
2022-11-08 11:51:21 -08:00
Daniel Imms 0181743218
Update xterm.js
Fixes an issue where decorations could cause dropped frames
2022-10-21 16:26:37 -07:00
Daniel Imms bbfff68d40
Update xterm.js
Fixes #163448
2022-10-19 12:13:27 -07:00
Daniel Imms d105e09d00
Reapply and fix xterm update (#164019)
* Revert "Revert "Update xterm.js" (#164002)"

This reverts commit 462ecfab53.

* Adopt xterm internal API change

See xtermjs/xterm.js#4207
2022-10-19 11:18:24 -04:00
Alexandru Dima 462ecfab53
Revert "Update xterm.js" (#164002) 2022-10-19 01:58:06 -07:00
meganrogge 22978f0b6f
xterm@5.1.0-beta.35 2022-10-19 00:17:39 -04:00
Daniel Imms d483681104
Update xterm.js
- Create onSpecificOptionChange and onMultipleOptionChange helpers xtermjs/xterm.js#4195
- Fix demo again xtermjs/xterm.js#4193
- Switch to Ubuntu 20.04 xtermjs/xterm.js#4192
- Fix clearTextureAtlas call as implemented on IRenderer xtermjs/xterm.js#4180
- Create theme service xtermjs/xterm.js#4188
- Ensure stale bitmap is not used when drawing new characters xtermjs/xterm.js#4189
- Lint rule for on=event emitter and rename all methods with on prefix to handle xtermjs/xterm.js#4187
- Fix a bunch of memory retention problems xtermjs/xterm.js#4185
2022-10-10 07:07:36 -07:00
Megan Rogge 6483e39fb7
xterm-addon-webgl@0.14.0-beta.20 (#163021)
xterm-addon-webgl@0.14.0-beta.20 

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-10-07 17:13:49 -07:00
Daniel Imms becaa24c93
Update xterm.js 2022-10-07 10:58:10 -07:00
Daniel Imms ae49262345
Update xterm again
This includes a revert to event refactor which will fix vscode's
internal access. It was going to be reverted anyway.
2022-10-06 10:38:05 -07:00
Daniel Imms d3e41d26ed
Update xterm.js
- Bump copyright year xtermjs/xterm.js#4176
- Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170
- Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169
- Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168
- Create new event with emitter object to simplify code xtermjs/xterm.js#4166
- Define all events and emitters consistently xtermjs/xterm.js#4165
- Inline dirty row service into input handler xtermjs/xterm.js#4163
- Move w objects to $ prefix variables xtermjs/xterm.js#4162

Fixes #158984
Fixes #158874
2022-10-06 09:18:33 -07:00
Daniel Imms 07ef05f7c8
Update xterm
- Fixes a performance regression related to microtasks
- Fixes trusted types error breaking DOM renderer

Fixes #161970
2022-09-28 14:47:52 -07:00
Daniel Imms 4e074b4631
Update xterm
- Fix priority task queue and idle callback fallback xtermjs/xterm.js#4155
- Remove queuemicrotask polyfill xtermjs/xterm.js#4154
- Fix repetitive microtask problem xtermjs/xterm.js#4153
2022-09-27 12:59:08 -07:00
Daniel Imms d1f20dbf2d
Update xterm
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145
- Add PriorityTaskQueue xtermjs/xterm.js#4144
- Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143
- Defer paused renderer resize to idle callback xtermjs/xterm.js#4142
- Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141
- Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140
- Optimize contexts for reading frequently xtermjs/xterm.js#4137
- Fix width of upper 1/8 block char xtermjs/xterm.js#4134

Fixes #161323
2022-09-26 07:01:42 -07:00
Daniel Imms 6815c43e78
Update xterm
Main change is warm up of char atlas is performed on an idle frame
2022-09-23 06:15:23 -07:00
Daniel Imms 7c433d036b
xterm@5 2022-09-15 13:31:40 -07:00
Daniel Imms 927efdf629
Fix xterm-headless version 2022-09-12 16:02:00 -07:00
Daniel Imms b78276bd0f
xterm@5.0.0-beta.60
Fixes #157585
2022-09-12 08:19:11 -07:00
Raymond Zhao 29ba38e405
Update windows-process-tree (#160545) 2022-09-12 07:53:18 -07:00
Daniel Imms 1c3bd7a719
Update xterm.js
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Daniel Imms e0335f887b
Update xterm webgl addon
Fixes #39278
2022-08-30 09:13:52 -07:00
Daniel Imms 76384da25e
Working OSC hyperlinks
Part of #39278
2022-08-30 08:39:55 -07:00
Daniel Imms b02e85c340
Update xterm.js
Fixes #159492
Fixes #159493
Fixes #158868
Fixes #158981
Fixes #157432
2022-08-29 12:19:04 -07:00
Daniel Imms 7978590ce1
Update xterm
This fixes a rendering issue with underscore when using some fonts

Fixes #158497
2022-08-24 15:58:04 -07:00
Daniel Imms 1ecc2a8fd2
Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Daniel Imms c5388f415e
Update xterm
Fixes #157444
2022-08-10 07:18:51 -07:00
Robo afdf486c1e
Merge branch 'main' into electron-19.x.y 2022-08-03 17:50:53 -07:00
Daniel Imms 2f72682e5d
Add canvas renderer addon 2022-08-01 09:29:26 -07:00
Daniel Imms 852b4ae5f8
Update to xterm 5
Mainly just canvas renderer not yet hooked up
2022-08-01 04:57:27 -07:00
deepak1556 d620fd3aa7 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-25 13:17:53 +09:00
Daniel Imms d35989fd5b
xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
deepak1556 c036f3257b Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-19 16:55:56 +09:00
Daniel Imms de91899be2
xterm@4.20.0-beta.13
Fixes #155035
2022-07-14 05:32:01 -07:00
Daniel Imms 9f3a127b41
xterm@4.20.0-beta.12
Fixes #151225
Fixes #154689
Fixes #154700
Fixes #154702
2022-07-11 12:54:50 -07:00
deepak1556 d5dc423bd8 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-11 16:59:11 +09:00
Daniel Imms b813ee1497
Update xterm
Fixes #154324
2022-07-08 13:12:40 -07:00
deepak1556 5f79b51181 chore: bump electron@19.0.7 2022-07-07 21:25:31 +09:00
Logan Ramos d6114a70be
Remove app insights (#154296)
* Remove app insights

* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Daniel Imms 7fb7b795f6
Update xterm
Fixes #152300
Fixes #151225
2022-07-06 10:04:47 -07:00
Megan Rogge 3836384353
fix find issue (#153732)
fix #153728
2022-06-29 18:11:11 +00:00
Megan Rogge b3fff289c3
update xterm.js (#153354) 2022-06-27 15:38:46 -04:00
Daniel Imms 1ed268719e
xterm-addon-webgl@0.12.0-beta.39
Fixes #152436
2022-06-17 08:31:00 -07:00
Daniel Imms 427834d3c2
xterm-addon-webgl@0.12.0-beta.39
This is one of those odd cases where the latest (.40) is actually older than the
one before because the merged happened close by.

This brings in the light-height webgl powerline fix xtermjs/xterm.js#3862
2022-06-16 08:31:44 -07:00
Daniel Imms f3e3c63d1e
xterm@4.19.0-beta.60
Fixes #151930
Fixes #152063
2022-06-14 14:56:22 -07:00
Logan Ramos d791322812
Bring back 1DS SDK (#151810)
* Revert "Revert "Initial adoption of 1DS Sdk (#151531)""

This reverts commit 09bab84672.

* Testing CI

* More tests

* Add back core config to see if test fails

* Add an if true test

* Make sure we're not instantiating 1ds for tests

* Try async import of post plugin

* Bring back other imports
2022-06-13 10:53:07 -04:00
Daniel Imms 09bab84672
Revert "Initial adoption of 1DS Sdk (#151531)"
This reverts commit b0a239379b.
2022-06-10 13:22:58 -07:00
Logan Ramos b0a239379b
Initial adoption of 1DS Sdk (#151531)
* Start with implementing 1DS

* Add part a flag

* Fix byte mask

* Add internal testing in shared process

* Update AI

* Update XHR Override

* Update to only call unload

* small changes

* Move key to rpoduct.json

* Fix endpoint

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2022-06-10 09:14:29 -07:00
deepak1556 17aee6520d Merge remote-tracking branch 'origin' into electron-18.x.y 2022-06-04 09:38:17 +09:00
Daniel Imms ea9d498165
Update xterm
Fixes #150777
Fixes #150992
2022-06-02 15:19:23 -07:00
deepak1556 1044556d8b chore: bump electron@18.0.0-beta.4 2022-05-31 08:25:29 +09:00
SteVen Batten ed192fbf22
updating tas-client-umd to 0.1.6 (#150574) 2022-05-27 19:13:34 -04:00
Daniel Imms 10ffbf5255
xterm@4.19.0-beta.56 - consistent overview ruler height
Fixes #148138
2022-05-27 12:54:48 -07:00
Daniel Imms 367ef09fd4
xterm@4.19.0-beta.55 - opaque selection in dom renderer
Fixes #150553
2022-05-27 11:18:21 -07:00
Daniel Imms cf49893c1a
Update xterm
This brings in fixes to search xtermjs/xterm.js#3834 and xtermjs/xterm.js#3831

Fixes #148109
2022-05-26 15:30:11 -07:00
Daniel Imms 9c1926d726
xterm@4.19.0-beta.52
Fixes #148061
2022-05-25 12:51:23 -07:00
Daniel Imms 9e1c5d60ae
Fix exception that could occur during render
Fixes #149867
Fixes #149865
2022-05-20 11:45:01 -07:00
Daniel Imms 5cdfdb435f
Support selection foreground in terminal
Fixes #149505
2022-05-18 09:45:17 -07:00
Daniel Imms d3637bb804
Update xterm for contrast ratio luminance change
Fixes #149495
2022-05-13 13:06:02 -07:00
Daniel Imms 99e15df830
Update xterm and make term find styles consistent with editor
- A bunch of changes to xterm.js including bg/fg decoration overrides
- Tweak find colors to use background instead of border, align with the editor
- Change high contrast themes to also align, including selection bg
- Clear the find active result decoration on blur and when the selection changes

Fixes #147013
Fixes #145751
2022-05-13 10:17:33 -07:00
Megan Rogge 7a265562f8
fix #148857 (#148923) 2022-05-06 09:21:16 -07:00
Logan Ramos b16dc5f6ef
Upgrade tas client modules (#148796)
* Upgrade tas client modules

* Fix root package being wrong version

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
2022-05-05 13:37:33 -04:00
meganrogge c931f100c1
xterm-addon-search@0.9.0-beta.25
fix #148295
2022-04-27 12:22:34 -07:00
Megan Rogge 410fe0fc78
fix terminal find bugs (#148222) 2022-04-26 16:39:20 -07:00
Megan Rogge 3c8d308a1f
add max threshold for find results for which to show decorations (#147879) 2022-04-21 16:59:35 -07:00
meganrogge 548da541d8
fix #146406 2022-04-19 19:08:50 -07:00
meganrogge 5ff2eb2b90
xterm@4.19.0-beta.23
fixes #146406
2022-04-19 15:41:14 -07:00
meganrogge dafbfe227f
xterm@4.19.0-beta.22
fixes #147602
fixes #147659
2022-04-19 11:05:03 -07:00
meganrogge 42f6aedda1
xterm@4.19.0-beta.21 2022-04-13 11:38:52 -07:00
Alex Dima da6d913b75
Update to vscode-textmate@7.0.1 2022-04-07 19:47:53 +02:00
Alex Dima 9fe7dabbdb
Adopt vscode-textmate@7.0.0 2022-04-07 16:38:21 +02:00
Daniel Imms 1735a8fd75 xterm@4.19.0-beta.20
Fixes #145751
2022-04-01 13:01:16 -07:00
Daniel Imms 8515371413 Sync remote windows-process-tree to main package.json dep 2022-03-31 07:21:55 -07:00
meganrogge cbc3164e9a
xterm-addon-search@0.9.0-beta.17 2022-03-30 20:33:36 -04:00
SteVen Batten 9f94bfa295 update windows-registry module 2022-03-28 12:08:56 -07:00
dependabot[bot] b5bb9c5de4
Bump minimist from 1.2.5 to 1.2.6 in /remote (#145933)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 04:02:57 -07:00
Daniel Imms 43ca53824d xterm@4.19.0-beta.15
Fixes #145808
2022-03-24 08:27:47 -07:00
meganrogge 117846ddfd
xterm-addon-search@0.9.0-beta.15 2022-03-23 19:42:56 -04:00
Daniel Imms 6a75e4f55a xterm@4.19.0-beta.14 2022-03-23 15:34:51 -07:00
meganrogge 98e2ff9b78
xterm@4.19.0-beta.12 2022-03-22 20:59:23 -04:00
Daniel Imms 96886f8611 xterm@4.19.0-beta.11 2022-03-21 17:13:08 -07:00
meganrogge 7154a322a8
xterm@4.19.0-beta.7 2022-03-16 16:46:29 -04:00
meganrogge 037b4f4c15
xterm@4.19.0-beta.3 2022-03-15 21:29:51 -04:00
meganrogge 741b0dc708
xterm@0.7.0-beta.11 2022-03-15 21:16:06 -04:00
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
Benjamin Pasero e418b6bf3e
🆙 graceful-fs 2021-10-28 09:26:59 +02:00
Daniel Imms c264147c68 xterm@4.15.0-beta.10
xterm commit: 8549915

Related: #134513
Fixes #131446
2021-10-22 13:28:59 -07:00
Daniel Imms 728f813018 windows-process-tree@0.3.2
Fixes #134939
2021-10-13 15:10:38 -07:00
Benjamin Pasero 85c5eb7281 Enable parcel-watcher as new default watcher (#132483) 2021-10-11 11:17:05 +02:00
Rob Lourens d4c589383d Bump vscode-ripgrep 2021-09-30 16:51:42 -07:00
Megan Rogge bd7d6ce9f4
Revert "xterm@4.15.0-beta3 Diff:50c5579...3a71b3f"
This reverts commit 946cc3482f.
2021-09-28 07:53:00 -07:00
Benjamin Pasero d31d034ce8 🆙 vscode-nsfw@2.1.8 2021-09-27 12:20:09 +02:00
Benjamin Pasero e23aa60ec2 🆙 vscode-nsfw@2.1.7 2021-09-27 11:27:06 +02:00
Benjamin Pasero 5991e3c4b9
Update nsfw and watcher service (#133826)
* 🆙 `vscode-nsfw@2.1.5` and tweak watcher service

* update again
2021-09-26 14:17:46 +02:00
Benjamin Pasero 53aff5e347
watcher - change to vscode-nsfw@2.1.4 (#132483) 2021-09-23 15:21:16 +02:00
Megan Rogge 946cc3482f
xterm@4.15.0-beta3 Diff:50c5579...3a71b3f 2021-09-22 15:02:54 -07:00
Daniel Imms bd1403d0ed xterm@4.15.0-beta.3
Adds canvas renderer texture atlas clearing

Fixes #69665
2021-09-22 07:35:38 -07:00
Daniel Imms 6b8d75bd3b xterm@4.15.0-beta.2
Includes an update to serialize addon.

Commit: a8a24eba515de6a46a4a1d1f7c81b8cfdd518179

Part of #132750
2021-09-15 13:51:20 -07:00
Daniel Imms d891afd080 xterm@4.14.0-beta.22
Commit: d32c6db9676b2b771afb9267a0fad1d6b5fdec57

Fixes #131921
Fixes #82489
2021-09-14 06:14:30 -07:00
deepak1556 0d0edb324c fixup! update languagedetection to 1.0.21. 2021-08-31 15:16:45 +09:00
Tyler Leonhardt f7d9881ae7
update languagedetection to 1.0.21. fixes #129005 fixes #131268 2021-08-30 16:26:19 -07:00
Daniel Imms b9b5711a8a Update xterm
Commit: a706e010f4c274c051d817c3e2d0e454bcc04996

Fixes #82489
2021-08-23 12:37:08 -07:00
Tyler Leonhardt eaa6f56c52
update vscode-languagedetection 2021-08-23 11:08:30 -07:00
Daniel Imms 369c6efae5 Update xterm-addon-serialize
Includes repository in package.json
2021-08-23 05:58:00 -07:00
meganrogge c2955308e5
update xterm.js, fix #130967 fix #130406
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2021-08-19 08:09:20 -07:00
Daniel Imms f7e4c0aa9e Use serialize addon off npm
Part of #116113
2021-08-17 07:06:49 -07:00
Daniel Imms 6e6fb89b42 Update xterm.js
Diff: 6f83809...03c1836

Fixes #98918
Properly dispose of CursorBlinkStateManager
Properly escape \ in search addon
2021-08-17 05:29:44 -07:00
Daniel Imms 3bec1313ae
Merge pull request #129207 from microsoft/tyriar/116113
xterm.js node target and serialize addon
2021-08-12 12:54:46 -07:00
Robo ab311cf5be
fix: build native modules with CFG (#130529)
* fix: build native modules with CFG and /W4

* chore: bump spdlog@0.13.6

* chore: remove unused env vars

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2021-08-12 09:59:53 -07:00
Daniel Imms 77f9a2a1a8 Add xterm-headless to remote 2021-08-12 08:27:29 -07:00
Tyler Leonhardt 765fc625c7
update to languagedetection 1.0.18 2021-08-06 13:46:27 -07:00
Logan Ramos ec6fc635f3
Update lock 2021-08-02 13:28:39 -04:00
Benjamin Pasero 6c29fc1d5e
fix formatting 2021-08-02 19:22:09 +02:00
Logan Ramos 9d2807f93c
Add to remote dependencies 2021-08-02 13:20:04 -04:00
Logan Ramos 53a5873f32
Merge branch 'main' into lramos15/webAppender 2021-07-29 09:29:13 -04:00
Tyler Leonhardt d92bf5be20
Update vscode-languagedetection to fix language detection crash on large file. fixes #129597 2021-07-28 09:31:49 -07:00
Tyler Leonhardt 7ebd671cb3
update vscode-languagedetection to 1.0.14 2021-07-26 09:13:18 -07:00
Tyler Leonhardt c69945154d
improve heuristics around language detection and show detected languages in language picker 2021-07-22 14:01:39 -07:00
Logan Ramos e6f667d3e0
Revert "Revert "Remove telemetry appender from embedder API""
This reverts commit e516cefa43.
2021-07-21 17:04:02 -04:00
Logan Ramos e516cefa43
Revert "Remove telemetry appender from embedder API"
This reverts commit 889fc9ed82.
2021-07-21 17:03:01 -04:00
Logan Ramos 889fc9ed82
Remove telemetry appender from embedder API 2021-07-21 12:55:50 -04:00
Tyler James Leonhardt 8f88009816
Initial support for language detection (#128708)
* initial language detection

* add configuration and extra event on UntitedTextEditorService

* check isWeb, use beter mode API, include model in unpacked

* typo in path
2021-07-16 16:43:23 -07:00
Daniel Imms 9e19660f29 xterm@4.14.0-beta6
Diff: 6ae71ad...6f83809

Fixes #106981
2021-07-16 12:54:18 -07:00
Daniel Imms 0609d0bcf8 xterm@4.14.0-beta5
Diff: 094bcbd...6ae71ad

Fixes #128321
2021-07-09 14:20:29 -07:00
Daniel Imms a3c6632d79 Update xterm@4.13.0
Diff: 873dd76...094bcbd

Fixes #125142
2021-06-24 06:21:12 -07:00
Rob Lourens a81fff00c9 Bump ripgrep, remove UTF8 BOM workaround 2021-06-16 17:04:34 -07:00
dependabot[bot] 5e781aef7a
Merge pull request #125705 from microsoft/dependabot/npm_and_yarn/remote/glob-parent-5.1.2
Bump glob-parent from 5.1.0 to 5.1.2 in /remote
2021-06-08 09:22:46 +02:00
Raymond Zhao 49187c4e78
Replace flush with setFlushOn with loglevel info, fixes #123856 2021-05-19 10:06:11 -07:00
Daniel Imms c492f13efc xterm@4.13.0-beta.1
Diff: 4a7bbe6...873dd76

Fixes #123291
Fixes #123000
Fixes #122938
2021-05-14 09:25:22 -07:00
deepak1556 d369789eae chore: bump node-pty@0.11.0-beta7 2021-05-14 00:06:37 +09:00
deepak1556 006be3ffb6 chore: bump node-pty@0.11.0-beta6 2021-05-13 23:10:49 +09:00
Raymond Zhao a0ce27feda
Update spdlog, use lazy initialization in extension host (#123033)
* Update spdlog, affects #121513

* Upgrade spdlog, use lazy initialization

* Bump remote spdlog version

* Update dependency again

* Upgrade for lodash vuln

* make sure the appender exists

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-11 06:33:01 -07:00
Alex Dima b41265718b
update to latest vscode-oniguruma and vscode-textmate 2021-05-07 16:45:06 +02:00
Benjamin Pasero 973d66f55a windows - 🆙 dependencies (remote) 2021-05-03 14:33:11 +02:00
Benjamin Pasero 08401f046a
🆙 web dependencies (jschardet) 2021-05-03 14:13:33 +02:00
Benjamin Pasero fe8d632060
🆙 remote dependencies (jschardet, graceful-fs) 2021-05-03 14:11:36 +02:00
Daniel Imms f8033ad59a xterm@4.12.0-beta26
Diff: eedc314...4a7bbe6

Fixes #121017
2021-04-28 13:41:16 -07:00
Daniel Imms 97814d1087 node-pty@0.10.1
Fixes #121685
2021-04-23 04:55:34 -07:00
Christof Marti eb45f2bd17 Override original agent again (#117054) 2021-04-20 17:39:48 +02:00
Christof Marti 0922dbb475 Move vscode-windows-ca-certs dependency (#120546) 2021-04-20 15:54:29 +02:00
deepak1556 3fb483e7ff chore: bump electron@12.0.4 2021-04-16 09:14:14 -07:00
Rob Lourens e963ace70f Bump vscode-ripgrep 2021-04-12 12:54:43 -07:00
deepak1556 f95b7e935f Revert "chore: bump electron@12.0.2"
This reverts commit 79a429d92d.
2021-04-09 14:17:02 -07:00
deepak1556 79a429d92d chore: bump electron@12.0.2 2021-04-09 03:20:20 -07:00
Daniel Imms 33d5a74355
xterm@4.12.0-beta.20
Diff: 0421f6e...eedc314

Part of #120241
2021-04-06 06:52:30 -07:00
Daniel Imms cd4ef67520
xterm@4.12.0-beta.15
Diff: dd952ac...0421f6e

Fixes #120129
2021-04-01 17:58:15 -07:00
Christof Marti abff1971b9 Update to vscode-proxy-agent 0.8.2 (#120354) 2021-04-01 18:00:17 +02:00