Commit Graph

89088 Commits

Author SHA1 Message Date
Don Jayamanne 1e5e3642b2 Misc 2021-09-22 13:16:37 -07:00
Logan Ramos 883f387e11 Fix tabs editor id 2021-09-22 16:00:17 -04:00
CRIMX 653cd27460 fix: correct submenu position calculation (#133596) 2021-09-22 12:45:52 -07:00
SteVen Batten 0ad3cca6b5 Support cross-product FS-provided imports (#133116)
* add the basics

* remove unused param

* increase clarity

* activate provider

* 💄 `doImport`

* 💄

* fix issues

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-09-22 11:44:17 -07:00
Martin Aeschlimann 873f46eb27 source maps are off in browser dev tools 2021-09-22 20:39:37 +02:00
rebornix 9dd29a9d5f last rendered height can be used as init height. 2021-09-22 11:33:05 -07:00
Megan Rogge 65d3186f6d fix #133539 2021-09-22 11:26:25 -07:00
Benjamin Pasero 9dd1453357 watcher - properly track for service shutdowns and show warning in that case (#132483) 2021-09-22 20:18:18 +02:00
Ladislau Szomoru adca9950ee Fix a regression introduced by the Link refactor 2021-09-22 19:47:34 +02:00
Logan Ramos f06e8d715c Remove more editor input terminology 2021-09-22 13:29:59 -04:00
Logan Ramos 34a321e2ca Remove more IEditorInput terminology
/cc @bpasero
2021-09-22 13:14:21 -04:00
Benjamin Pasero fcfe5a6b25 Tests for nsfw library (#133615)
* watcher - add some basic tests (#132483)

* 💄

* wait for watcher to be ready

* flaky

* fix

* enable case rename on windows
2021-09-22 19:12:47 +02:00
Logan Ramos 0ff2fcbf69 Fix telemetry tests 2021-09-22 13:10:26 -04:00
rebornix c1021e21df transform>setTop 2021-09-22 09:55:09 -07:00
Daniel Imms b092afa0d0 Fix terminal scrollbar positioning
This was caused by xtermjs/xterm.js#3398 forcing a width on the viewport
element. The simple fix is to just override that which reverts to the old
position: absolute behavior.

Fixes #133154
2021-09-22 09:43:26 -07:00
Logan Ramos a01c72ed3b Skip tests to not block CI while I debug 2021-09-22 12:25:01 -04:00
Miguel Solorio 37e55d95bd Update stars opacity (Fixes #133481) 2021-09-22 09:21:22 -07:00
Henning Dieterichs db911c7524 Removes unused import. 2021-09-22 18:09:01 +02:00
Sandeep Somavarapu 575477f4cf add web only in web while inferring 2021-09-22 17:49:52 +02:00
Rob Lourens fad4a5f50c Use DisposableStore in DebugService
And add missing dispose for AdapterManager
2021-09-22 08:41:47 -07:00
Logan Ramos 5781697be3 Bump distro 2021-09-22 11:26:40 -04:00
Henning Dieterichs c85182a581 Renames count to endOffset. 2021-09-22 17:13:38 +02:00
Alex Ross 275d0bea61 Add terminal status for warnings and infos
Fixes #133149
2021-09-22 17:10:25 +02:00
Johannes Rieken 2ee4c4de9b don't apply inlays when request was cancelled 2021-09-22 17:09:28 +02:00
Logan Ramos 12ae331012 Move appenders to be better controlled by services (#133465)
* Cleanup telemetry appenders to be owned by service

* Add telemetry level to services

* simplify

* Fix compile

* Rename supportsTelemetryLogging -> supportsTelemetry

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2021-09-22 10:39:57 -04:00
Daniel Imms 758daa73e3 Update distro 2021-09-22 07:38:22 -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
Sandeep Somavarapu fb3df0e32f update distro 2021-09-22 16:22:07 +02:00
Alex Ross 4a67ae2ade Fix TaskGroup reference
Fixes #132279
2021-09-22 15:56:39 +02:00
Henning Dieterichs 2970e724e7 Fixes undefined exception. 2021-09-22 15:49:00 +02:00
Henning Dieterichs e64becd293 Moves registerThemingParticipant to view. 2021-09-22 15:42:33 +02:00
Henning Dieterichs 6a58d13565 Fixes copy paste bug. 2021-09-22 15:41:59 +02:00
Henning Dieterichs 73768adb42 Ignore single line bracket pairs when computing the bracket pair to highlight. 2021-09-22 15:38:12 +02:00
Henning Dieterichs a521f8dd16 Migrates
editor.renderIndentGuides -> editor.guides.indentation
and
editor.highlightActiveIndentGuide -> editor.guides.highlightActiveIndentation.
2021-09-22 15:06:49 +02:00
João Moreno 66a1a51a07 make Link updatable for @lszomoru 2021-09-22 14:50:43 +02:00
Henning Dieterichs 893033bc9c bracketPairGuides -> guides 2021-09-22 14:31:58 +02:00
Daniel Imms 26c686bcde Disable process revive and confirmation on web
Web always rejects when async code is used
2021-09-22 05:26:56 -07:00
Sandeep Somavarapu 3a83568ab0 Use complete uri for cache 2021-09-22 14:22:02 +02:00
Sandeep Somavarapu cee40f8a2a update distro 2021-09-22 13:57:07 +02:00
Sandeep Somavarapu f18efb0882 - scope config based recommendations to file scheme
- show extension name in recommendation if there is just one
2021-09-22 13:52:12 +02:00
Henning Dieterichs 430d549eae getStartPosition -> getPosition 2021-09-22 13:51:11 +02:00
Alex Ross 5df2964073 Fix tunnel remote host 2021-09-22 13:49:07 +02:00
Benjamin Pasero 33c149f3ad watcher - introduce files.watcherInclude for explicit watching of folders (#132483) 2021-09-22 13:43:33 +02:00
Isidor Nikolic 4564730bd6 Merge pull request #133574 from microsoft/roblou/debuggerWhens
Implement when clauses for debugger contributions
2021-09-22 11:22:28 +02:00
Isidor Nikolic 6c639b5324 update when description 2021-09-22 11:20:01 +02:00
Benjamin Pasero 0c5cdcfc97 relauncher strict null checks 2021-09-22 07:29:08 +02:00
Benjamin Pasero 034a780874 web - use direct reload on fatal error 2021-09-22 07:13:58 +02:00
Rob Lourens c82d046241 Implement when clauses for debugger contributions
Fix #133146
2021-09-21 18:34:39 -07:00
rebornix 2073adb1a4 💄 2021-09-21 17:48:36 -07:00
SteVen Batten 8d2a6fa124 polish and cleanup for auxiliarybar setting 2021-09-21 17:34:36 -07:00