Commit graph

911 commits

Author SHA1 Message Date
Tyler Leonhardt 7ebd671cb3
update vscode-languagedetection to 1.0.14 2021-07-26 09:13:18 -07:00
Andre Weinand ba7c665b9f
use DAP 1.48.0 final 2021-07-26 16:18:53 +02: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 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
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
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
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
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
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 c5f12c7226.
2021-07-08 10:28:33 +02:00
Johannes Rieken c5f12c7226
Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
2021-07-07 18:04:11 +02: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
Johannes Rieken 99984e24a1
update to webpack@5 2021-07-02 14:08:18 +02:00
Johannes Rieken d86f17ce4b
update v8-inspect-profiler 2021-07-02 12:35:08 +02:00
deepak1556 b314a5fa18 chore: bump electron@12.0.13 2021-07-01 01:29:46 -07:00
dependabot[bot] 2be485073a
Bump color-string from 1.5.4 to 1.5.5 (#127045)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-25 02:12:21 -07:00
Daniel Imms a3c6632d79 Update xterm@4.13.0
Diff: 873dd76...094bcbd

Fixes #125142
2021-06-24 06:21:12 -07:00
deepak1556 3caebff71e chore: bump electron@12.0.12
* Revert "macOS - workaround fullscreen window regression (#125122)"
* Fixes https://github.com/microsoft/vscode/issues/125122
* Fixes https://github.com/microsoft/vscode/issues/126016
* Fixes https://github.com/microsoft/vscode/issues/126013
* Fixes https://github.com/microsoft/vscode/issues/122352
* Fixes https://github.com/microsoft/vscode/issues/126321
2021-06-24 12:25:04 +09:00
Rob Lourens a81fff00c9 Bump ripgrep, remove UTF8 BOM workaround 2021-06-16 17:04:34 -07:00
deepak1556 746fb6a7a9 chore: bump electron@12.0.11 2021-06-15 12:44:03 +09:00
Alexandru Dima 0c87771e7b
Merge pull request #125754 from microsoft/alex/update-playwright
Update to `playwright@1.11.1`
2021-06-10 23:00:14 +02:00
João Moreno b61eee3fa4
update v8-inspect-profiler 2021-06-10 11:50:09 +02:00
dependabot[bot] fcc2d12bc4
Bump tar from 2.2.1 to 2.2.2 (#125879)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 01:42:35 -07:00
Alexandru Dima 911ef74bbb
Merge remote-tracking branch 'origin/main' into alex/update-playwright 2021-06-10 09:27:13 +02:00
Alexandru Dima bbf64b8a09
update glob-parent to 5.1.2 2021-06-09 16:51:09 +02:00
Alexandru Dima a573bc0b8d
Merge remote-tracking branch 'origin/main' into alex/update-playwright 2021-06-09 15:56:09 +02:00
Logan Ramos b5d6d7e62e
Bump telemetry extractor 2021-06-09 09:14:42 -04:00
Henning Dieterichs 00123b32a7
Updates sinon from 1.17 to 11.1. 2021-06-09 10:03:46 +02:00
Alex Dima 0f4b24ed6e
Update to playwright@1.11.1 2021-06-08 17:06:01 +02:00
Matt Bierner 0ec29f0fcf
Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
João Moreno 8dd2e53e24
bump versions 2021-06-01 15:51:19 +02:00
Matt Bierner 5e7cd99876
Bump TS build version 2021-05-28 13:44:40 -07:00
dependabot[bot] 76523deb91
Bump browserslist from 4.16.1 to 4.16.6 (#124550)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.16.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 00:17:17 -07:00
deepak1556 286b643ecd chore: bump electron@12.0.9
Fixes https://github.com/microsoft/vscode/issues/122352
2021-05-25 13:41:03 +09: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 d17d7ca46c chore: bump electron@12.0.7
Fixes https://github.com/microsoft/vscode/issues/62177
Fixes https://github.com/microsoft/vscode/issues/122630
Fixes https://github.com/microsoft/vscode/issues/118267
2021-05-14 12:30:22 +09: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