2632 Commits

Author SHA1 Message Date
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
e516cefa43
Revert "Remove telemetry appender from embedder API"
This reverts commit 889fc9ed82427b2d17f5330ace81e2568563151a.
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
Johannes Rieken
9167423503
update distro 2021-07-21 11:36:18 +02:00
meganrogge
3b9c85ab19
bump distro 2021-07-20 15:50:41 -07:00
Johannes Rieken
979d0c4c16
enforce compile check for proposed API too, ignore existing errors 2021-07-20 11:00:54 +02:00
deepak1556
2721293274 chore: bump electron@13.1.7
Fixes https://github.com/microsoft/vscode/issues/128199
2021-07-19 13:36:02 -07:00
Matt Bierner
9c7eeafb1d
Pick up latest TS nightly for building VS Code 2021-07-19 10:56:30 -07:00
Johannes Rieken
96d0426174
add vscode-dts-compile-check to ensure that vscode.d.ts is self-contained, esp that it doesn't depend on vscode.proposed.d.ts, and that uses es5 only 2021-07-19 11:57:42 +02: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
80a008a006 Update distro 2021-07-16 12:57:37 -07:00
Daniel Imms
9e19660f29 xterm@4.14.0-beta6
Diff: 6ae71ad...6f83809

Fixes #106981
2021-07-16 12:54:18 -07:00
meganrogge
71cc2b0cb0
bump distro 2021-07-16 09:31:21 -07:00
meganrogge
46db251448
bump distro 2021-07-16 09:08:14 -07:00
Daniel Imms
43df6538a4 Update distro 2021-07-16 07:42:27 -07:00
meganrogge
2853fd0ffc
bump distro 2021-07-15 10:57:10 -07:00
Daniel Imms
e6f6ed6fa6 Update distro 2021-07-15 05:19:23 -07:00
Matt Bierner
1ac570edce
Update to build using latest TS nightly 2021-07-14 14:42:43 -07:00
Martin Aeschlimann
7927075f89
Merge pull request #128545 from microsoft/joh/webpack5
Adopt webpack 5
2021-07-14 22:32:54 +02:00
Andre Weinand
6b2802c41c
upgrade DAP to 1.48.0-pre.0 2021-07-14 16:10:34 +02:00
Robo
9520f0a515
chore: update to electron 13 (#124666)
* chore: bump electron@13.0.1

* chore: update cache for native modules

* chore: bump electron@13.1.2

* chore: bump electron@13.1.4

* chore: fix user data dir length for validateIPCHandleLength check

* chore: always disable uploadToServer on OSS

* chore: use process.contextIsolated property

* chore: bump electron@13.1.6

* fix: getUserDataPath helper
2021-07-13 20:01:10 -07:00
Martin Aeschlimann
d38279ba73
Merge branch 'main' into joh/webpack5 2021-07-13 09:27:13 +02:00
Sandeep Somavarapu
c1b1f56af1
update distro 2021-07-12 19:16:30 +02:00
Daniel Imms
dca02fb7c6 Update distro 2021-07-09 14:24:21 -07:00
Daniel Imms
0609d0bcf8 xterm@4.14.0-beta5
Diff: 094bcbd...6ae71ad

Fixes #128321
2021-07-09 14:20:29 -07:00
Henning Dieterichs
2a0c4cc1c3
Uses eslint-plugin-header to enforce license headers. Features quick fix to add license header. 2021-07-09 18:20:17 +02:00
Logan Ramos
3bcc2b2d8e
Bump distro 2021-07-09 09:09:30 -04:00
Martin Aeschlimann
7ded90e452
Merge branch 'main' into joh/webpack5 2021-07-09 09:50:10 +02:00
Matt Bierner
0762d23ae7
Build VS Code using TS 4.4 (#127823)
* Build VS Code using TS 4.4

* Remove usages of deprecated `ClientRectList`

* Add any casts for missing `caretRangeFromPoint`

* Add temporary any casts for `zoom` css propery

This non-standard css property no longer exists in lib.dom.d.ts

* MouseWheelEvent -> WheelEvent

* Pick up new TS nightly

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2021-07-08 14:27:39 -07:00
Martin Aeschlimann
7ebe6a6054
adopt web extensions to webpack 5 2021-07-08 21:41:03 +02:00
Johannes Rieken
a3e07245ee
Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""
This reverts commit c5f12c72267ae145ff6dff71fe5325d332360b31.
2021-07-08 10:28:33 +02:00
Johannes Rieken
c5f12c7226
Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c12a5380c6fbf1e5e4be81da57d76cc, reversing
changes made to 6efcb92e347189eaf44897d3b9cb09c75780fe1d.
2021-07-07 18:04:11 +02:00
Daniel Imms
b00192516d Update distro
Part of #127062
2021-07-07 05:40:53 -07:00
Benjamin Pasero
fa032d752d
Update playwright to 1.12.x and enable tracing for smoke tests (#128061)
* 🆙 playwright

* create trace
2021-07-07 13:23:11 +02:00
Alex Dima
4a6402745f
update distro 2021-07-05 10:37:17 +02:00
Johannes Rieken
99bac2dac6
Merge branch 'main' into joh/webpack5 2021-07-02 16:19:48 +02:00
Benjamin Pasero
455c8daf0a
🆙 distro 2021-07-02 16:18:14 +02:00
Johannes Rieken
a76db8bb7e
Merge branch 'main' into joh/webpack5 2021-07-02 16:14:52 +02:00
Johannes Rieken
dfb69389f3
update distro, https://github.com/microsoft/vscode/issues/127760 2021-07-02 16:07:47 +02:00
Johannes Rieken
3406031e37
Merge branch 'main' into joh/webpack5 2021-07-02 15:02:12 +02:00
Johannes Rieken
73a2f1365a
update distro 2021-07-02 14:46:49 +02:00
Johannes Rieken
3598075dd0
Merge branch 'joh/next' into main 2021-07-02 14:09:27 +02:00
Johannes Rieken
99984e24a1
update to webpack@5 2021-07-02 14:08:18 +02:00
Christof Marti
f45814f108 Bump version 2021-07-02 13:57:41 +02:00
Johannes Rieken
d86f17ce4b
update v8-inspect-profiler 2021-07-02 12:35:08 +02:00
Logan Ramos
5caa2d84d7
Bump distro 2021-07-01 09:21:07 -04:00
deepak1556
b314a5fa18 chore: bump electron@12.0.13 2021-07-01 01:29:46 -07:00
João Moreno
4e2b303e29
update distro 2021-06-30 12:13:23 +02:00
Martin Aeschlimann
48bcdebf4b
bump distro 2021-06-29 12:05:22 +02:00
Christof Marti
8f7851d082 Run OSS tool 2021-06-29 10:38:02 +02:00