Commit Graph

107006 Commits

Author SHA1 Message Date
尹东方 369f0b0793 Fix 'Window' key is treated as 'unknown' in Firefox (#175739) 2023-03-28 14:56:48 +02:00
Alex Ross 22c8efe084 Add file level commenting (#178478) 2023-03-28 13:39:05 +02:00
Benjamin Pasero 3edcfeb381 debt - fix some JS compile errors (#178472)
* debt - fix some JS compile errors

* simplify
2023-03-28 09:52:01 +02:00
Matt Bierner d490dfe9f7 Disable MD server builds on changes (#178464)
We will manually trigger builds instead
2023-03-28 09:00:10 +02:00
Matt Bierner 87a6bda310 Fix opening encoded markdown fragment in preview (#178465)
Fixes #178340
2023-03-28 08:59:30 +02:00
Benjamin Pasero b931935042 debt - explicitly use import type (#178473) 2023-03-28 08:57:21 +02:00
João Moreno 11685d784a bump distro (#178469) 2023-03-28 07:25:10 +02:00
Rob Lourens cbdf7c5e8a Disable find widget in debug console tree (#178459)
See #4338
2023-03-28 01:50:48 +02:00
Raymond Zhao d4885b3f7a Add precondition for focusing Settings control (#178456) 2023-03-28 01:02:53 +02:00
Daniel Imms 60f15ceb40 Merge pull request #178453 from microsoft/tyriar/distroo
Update distro
2023-03-27 14:28:56 -07:00
Daniel Imms 8534736d3e Update distro 2023-03-27 14:12:54 -07:00
Connor Peet dfbea0f578 cli: when attaching, always print the connection link (#178445)
Fixes #178090
2023-03-27 12:52:50 -07:00
Connor Peet b51e2f3613 cli: only connect to existing tunnel process when quality is the same (#178446)
Fixes #178089
2023-03-27 12:11:18 -07:00
Daniel Imms 0474f7a359 Merge pull request #178443 from microsoft/tyriar/xterm_update_20230327
xterm@5.2.0-beta.33
2023-03-27 11:42:44 -07:00
Megan Rogge 18ff83cbc1 Merge pull request #178444 from microsoft/merogge/focus-acc-if
focus the accessible buffer if active when terminal view is focused
2023-03-27 11:42:03 -07:00
meganrogge 3769e6fa13 fix #178055 2023-03-27 11:15:04 -07:00
Daniel Imms 3cf7f3891f xterm@5.2.0-beta.33
Fixes #177736
2023-03-27 11:10:55 -07:00
Megan Rogge 2bd75260cf Merge pull request #178439 from microsoft/merogge/fix-b
improve logic for when accessible buffer editor should be updated
2023-03-27 11:02:25 -07:00
Connor Peet 80790e6416 testing: fix 'go to test' shortcut not working (#178440)
Fixes #174241
2023-03-27 19:26:00 +02:00
meganrogge 49ca3bbafb fix #178434 2023-03-27 10:02:08 -07:00
meganrogge e813d20c4c fix #178253 2023-03-27 09:27:52 -07:00
Daniel Imms 08cc1938fe Merge pull request #178257 from microsoft/tyriar/175952
Move terminal quick fix into a terminal contrib
2023-03-27 09:08:02 -07:00
Andrea Mah 744cd19a07 sorting for webview matches in search (#178288) 2023-03-27 08:29:12 -07:00
Ulugbek Abdullaev f5e31b736b keyboardEvent: fix translation of a e.keyCode to a virtual keycode 2023-03-27 17:07:49 +02:00
Ulugbek Abdullaev 19a779d4c3 keyboardEvent: refactor: use a switch instead of if-else for clarity 2023-03-27 17:07:49 +02:00
Sandeep Somavarapu 80242b9f6c log error (#178426) 2023-03-27 16:44:41 +02:00
Daniel Imms 281efb9022 Merge pull request #178417 from microsoft/tyriar/event_docs2
Finish documenting Event helpers
2023-03-27 07:08:00 -07:00
Daniel Imms d235c0d546 Merge pull request #178418 from microsoft/tyriar/ignore2
Ignore main branch PRs
2023-03-27 07:03:59 -07:00
Daniel Imms 72289a3094 Merge pull request #178419 from microsoft/tyriar/174956
node-pty@0.11.0-beta31
2023-03-27 07:02:38 -07:00
Daniel Imms 0305a2f599 Merge pull request #178420 from microsoft/tyriar/162304
Remove unused action
2023-03-27 07:00:07 -07:00
Henning Dieterichs 223792c10d Merge pull request #178179 from maxburs/patch-1
Fix marked es module Parcel compatibility issue
2023-03-27 15:52:29 +02:00
Ulugbek Abdullaev 44803568ac keybindingService: fix typo in naming 2023-03-27 15:47:12 +02:00
Ulugbek Abdullaev f873279917 keybindingService: more clear naming 2023-03-27 15:47:12 +02:00
Ulugbek Abdullaev 8cee822c8f keybindingService: remove unused fn 2023-03-27 15:47:12 +02:00
Ulugbek Abdullaev b8eac04743 keybindingService: organize imports 2023-03-27 15:47:12 +02:00
Ulugbek Abdullaev 69a1b5c4b4 keybindingService: fix depr warning 2023-03-27 15:47:12 +02:00
Daniel Imms 5443eb8a8f Add missing example 2023-03-27 06:43:00 -07:00
Henning Dieterichs 08a6d8253f Merge pull request #177839 from microsoft/hediet/coloured-anteater
Improves experimental diffing by selecting entire words if they are changed too much
2023-03-27 15:34:14 +02:00
Daniel Imms 2bff3665ae Finish documenting Event helpers
Fixes #163572
2023-03-27 06:30:05 -07:00
Daniel Imms 0cb7c31fcc Prefix some quick fix interfaces 2023-03-27 05:58:41 -07:00
Daniel Imms eaf96e6162 Remove resolved todo 2023-03-27 05:57:57 -07:00
Daniel Imms 1135225e4d Remove unused action
The SwitchTerminal action is actually a real action and it just has a special
presentation in the panel view, so nothing to do there.

Part of #162304
2023-03-27 05:46:48 -07:00
Daniel Imms a784e8185c node-pty@0.11.0-beta31
Fixes #174956
2023-03-27 05:32:28 -07:00
Daniel Imms 023ac5366c Ignore main branch PRs 2023-03-27 05:31:40 -07:00
Benjamin Pasero eb082c1300 debt - move more tests out of electron-browser (#178394)
* move more tests

* move more tests
2023-03-27 13:39:01 +02:00
Henning Dieterichs 318e1daeee Fixes CI 2023-03-27 13:33:54 +02:00
Ulugbek Abdullaev fbfb9ad899 chore: fix a couple of typos (#178400) 2023-03-27 12:00:39 +02:00
Hylke Bons 957d3e0a45 Merge pull request #178006 from microsoft/extension-view
extensions: Make ScrollToTop button less prominent
2023-03-27 11:41:32 +02:00
Benjamin Pasero 888e8123ba perf - show loader stats again (#178391) 2023-03-27 10:14:19 +02:00
Sandeep Somavarapu 255c3b8381 Merge pull request #178236 from microsoft/sandy081/anxious-iguana
fix yarn perf
2023-03-27 10:13:08 +02:00