Commit graph

2699 commits

Author SHA1 Message Date
Daniel Imms da6acd1a5f Update distro 2021-08-23 12:46:14 -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
Sandeep Somavarapu 9059489971
update distro 2021-08-23 15:20:18 +02:00
Daniel Imms 369c6efae5 Update xterm-addon-serialize
Includes repository in package.json
2021-08-23 05:58:00 -07:00
Alex Dima a7d4c34358
update distro (fixes #131399) 2021-08-23 14:49:54 +02:00
Sandeep Somavarapu 44568e5947
update distro 2021-08-23 12:09:43 +02:00
Sandeep Somavarapu 19c8f10905
update distro 2021-08-20 14:26:25 +02:00
Sandeep Somavarapu 41fd62dd64
update distro 2021-08-20 01:04:20 +02:00
Sandeep Somavarapu 27dd00d11f
Merge branch 'main' into sandy081/platformSpecificExtensions 2021-08-20 01:02:59 +02:00
meganrogge 9724d54a3c
update distro 2021-08-19 08:32:02 -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
Sandeep Somavarapu 710c4b3a99
update distro 2021-08-18 20:43:51 +02:00
Matt Bierner acdb2d3cc3
Update TS version for building VS Code 2021-08-17 12:59:55 -07:00
Daniel Imms af770c2dc8 Update distro 2021-08-17 11:26:05 -07:00
SteVen Batten e6ff314336 update distro 2021-08-17 11:08:23 -07:00
SteVen Batten 8e420f5966 update distro 2021-08-17 10:54:43 -07:00
Daniel Imms ebf030f84a Update distro 2021-08-17 07:10:01 -07:00
Daniel Imms f7e4c0aa9e Use serialize addon off npm
Part of #116113
2021-08-17 07:06:49 -07:00
Daniel Imms 3c0f268745 Update distro 2021-08-17 05:33:10 -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
Logan Ramos 0565e37a59
Bump distro 2021-08-13 16:43:14 -04:00
Logan Ramos 53f597fe6b
Bump distro 2021-08-13 14:22:34 -04:00
Daniel Imms 449f1926eb Update distro 2021-08-13 07:09:44 -07:00
deepak1556 f7794b6e11 chore: bump distro 2021-08-12 18:36:46 -07:00
Daniel Imms d22c9a01f2 Update distro 2021-08-12 12:54:19 -07:00
Daniel Imms 2c25067a77 Update distro 2021-08-12 08:44:43 -07:00
Daniel Imms 9a5ba5d1d5 Update xterm-headless 2021-08-12 08:01:00 -07:00
Daniel Imms e9d4288327 Update xterm-headless 2021-08-12 07:17:33 -07:00
Daniel Imms 695564ecf8 Merge remote-tracking branch 'origin/main' into tyriar/116113 2021-08-12 06:57:19 -07:00
Logan Ramos 2098456034
Bump distro 2021-08-12 09:41:49 -04:00
Daniel Imms 98d3d5ad41 Update xterm-headless 2021-08-12 06:36:56 -07:00
Daniel Imms e095ecfa76 Merge remote-tracking branch 'origin/main' into tyriar/116113 2021-08-12 04:29:01 -07:00
Benjamin Pasero b794b9223c
:chore: sqlite3 module (#130654) 2021-08-12 09:37:55 +02:00
Alex Dima 665ad3a6f2
update distro 2021-08-12 10:14:22 +03:00
deepak1556 93f9d51ecb chore: bump distro 2021-08-11 22:53:18 -07:00
deepak1556 8eedba6aed chore: bump distro 2021-08-11 22:41:32 -07:00
Logan Ramos 3cba796402
Bump distro 2021-08-11 15:24:46 -04:00
Logan Ramos 279c4d8fcb
Use the new loader format for web selfhost (#130592)
* Update workbench html and bump distro

* Bump distro

* Add web node paths to the build task too

* Split task for reuse

* Bump distro
2021-08-11 11:59:14 -04:00
Benjamin Pasero 95ca115b9f
web - use suggestedName property for save dialogs (#130034) 2021-08-11 16:21:05 +02:00
Daniel Imms 00c826c0b9 Update xterm-headless package 2021-08-11 06:45:52 -07:00
Logan Ramos 227601428b
Bump distro 2021-08-11 08:39:27 -04:00
Matt Bierner 08b1c2e68c
Pick up newest TS for building VS Code 2021-08-10 20:34:20 -07:00
Matt Bierner 813c0b2178
Pick up newest TS versions 2021-08-09 11:24:34 -07:00
Tyler Leonhardt 765fc625c7
update to languagedetection 1.0.18 2021-08-06 13:46:27 -07:00
Tyler James Leonhardt cfcda1c048
Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
deepak1556 00f1abfd3a chore: bump electron@13.1.8
Fixes https://github.com/microsoft/vscode/issues/129117
2021-08-06 00:08:15 -07:00
Raymond Zhao b36a3d0d4c
Bump version 2021-08-05 11:11:00 -07:00
Connor Peet f122075005
update distro 2021-08-05 09:09:04 -07:00
Matt Bierner 6838cc17b5
Revert "Revert "Update to build with latest TS version""
This reverts commit 3bf817f0f8.
2021-08-03 12:01:56 -07:00