Commit graph

112947 commits

Author SHA1 Message Date
Aiday Marlen Kyzy 3ea4d66a5b
changing to use code action instead of setting 2023-08-30 18:04:52 +02:00
Connor Peet 8813aca705
cli: recycle all tunnels the cli creates for all scenarios (#191800)
Fixes #191749
2023-08-30 17:37:00 +02:00
Benjamin Pasero d46d86dd75
voice - replace codicon when hovering over stop button (#191777) 2023-08-30 17:36:04 +02:00
Connor Peet 5cc83f7994
cli: verify vscode server integrity before committing to cache (#191792)
Fixes #191469
2023-08-30 17:20:08 +02:00
Sandeep Somavarapu ec9aa5cfdf
Revert "fix #190228 (#191207)" (#191789)
This reverts commit cafcb59c16.
2023-08-30 16:50:40 +02:00
Henning Dieterichs 4538c811eb Fixes #191323 2023-08-30 16:44:09 +02:00
Ladislau Szomoru fdcc959e0a
Git - update Explorer welcome view context key (#191788) 2023-08-30 16:43:56 +02:00
Benjamin Pasero 0e3926c62a
voice - fix bad controller when using toolbar actions (#191780) 2023-08-30 15:34:27 +02:00
Johannes Rieken bee68cee69
allow workspace edit to "create" untitled files (#191779)
https://github.com/microsoft/vscode-copilot/issues/1261
2023-08-30 15:24:37 +02:00
Matt Bierner eef56ce7d3
Fix another var() fallback case (#191721)
One more case of #190968
2023-08-30 05:44:32 -07:00
Benjamin Pasero 735c219ce2
voice - fix issues around stopping transcription (#191774) 2023-08-30 14:42:02 +02:00
Aiday Marlen Kyzy 61a31eea28
Merge pull request #191770 from microsoft/aiday/changingSettingText
Changing text of `editor.scrollWithEditor`
2023-08-30 12:57:27 +02:00
Aiday Marlen Kyzy adf839e356
changing the setting text 2023-08-30 12:42:51 +02:00
Henning Dieterichs 4bd1ea339f Fixes #191603 2023-08-30 12:34:36 +02:00
troy351 19c238294c
listWidget: remove redundant logic (#191054) 2023-08-30 10:24:37 +00:00
Henning Dieterichs c39b2fffa6 Fixes #191600 2023-08-30 12:21:27 +02:00
Henning Dieterichs 662ce156c0 Fixes #191637 2023-08-30 12:18:27 +02:00
Martin Aeschlimann e77c84f0a7
Configure Tunnel Name leads to empty settings page for WSL (#191761) 2023-08-30 12:07:53 +02:00
Henning Dieterichs 32d0dbf4d0 Fixes #191664 2023-08-30 12:06:31 +02:00
Sandeep Somavarapu 4a0169c45c
fix #191022 (#191760) 2023-08-30 11:50:58 +02:00
Sandeep Somavarapu 82348c380c
fix #191734 (#191756) 2023-08-30 11:19:11 +02:00
Sandeep Somavarapu e34a26097d
Merge pull request #191607 from microsoft/sandy081/required-lynx
fix #191374
2023-08-30 09:55:29 +02:00
Robo 35be9bf683
chore: update electron@25.7.0 (#191282)
* chore: update electron@25.7.0

* chore: update internal build id

* chore: bump distro
2023-08-30 06:03:40 +02:00
Rob Lourens ed40013ae9
Only decorate complete @ variables (#191733) 2023-08-29 20:28:51 -07:00
Hans 046cfbf6d0
add custom hover for quick open (#191416)
* add custom hover for quick open

* 💄

* 💄

* adjust delayer create logic
2023-08-30 01:04:15 +00:00
Rob Lourens 20f0091347
Don't allow taking action on codeblocks in filtered responses (#191732)
Fix microsoft/vscode-copilot#1148
2023-08-29 17:46:46 -07:00
Andrea Mah 4b82860e26
Clicking into notebook markdown search result clears result (#191731)
Fixes #191666
2023-08-29 17:45:50 -07:00
Michael Lively 86a82d46a8
Skip Nb Sticky Scroll testing on web platform. (#191716)
* test change

* skip notebook sticky scroll testing on web
2023-08-29 15:42:20 -07:00
Megan Rogge 085c0a43fd
Merge pull request #191724 from microsoft/merogge/editor-verb-setting
fix accessibility help setting conflict
2023-08-29 15:02:01 -07:00
Megan Rogge 81f05d6fee
Merge pull request #191715 from microsoft/merogge/fix-alt
ensure keybinding is not undefined
2023-08-29 15:00:58 -07:00
Megan Rogge 12725b99df
Merge pull request #191720 from microsoft/merogge/improve-wording
improve wording in accessible view
2023-08-29 14:52:42 -07:00
Megan Rogge cb23569940
Merge pull request #191723 from microsoft/merogge/codicon-fix
use better icons in accessible view
2023-08-29 14:52:21 -07:00
meganrogge 5c3a9678d8
fix #191722 2023-08-29 14:46:55 -07:00
meganrogge 3a597af3e6
fix #191684 2023-08-29 14:33:50 -07:00
meganrogge 16c0c5796e
fix #191672 2023-08-29 14:24:58 -07:00
meganrogge a55a627d10
fix #191591 2023-08-29 14:05:13 -07:00
Connor Peet 5413247e57
serve-web: delete socket file on server shutdown (#191692)
Fixes #191691
2023-08-29 13:57:48 -07:00
Daniel Imms 654ec49a55
Merge pull request #191698 from microsoft/tyriar/191643
Fix dim unfocused settings link
2023-08-29 13:47:14 -07:00
Justin Chen 9858757c41
Action widget fuzzyMatch fix (#191687)
fixes fuzzy matching confusion - makes sure only finds exact matching
2023-08-29 22:33:29 +02:00
Tyler James Leonhardt 1157f145b6
Use correct check for just focusing (#191696)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4580
2023-08-29 22:31:39 +02:00
Daniel Imms 350bdb4b1b
Fix dim unfocused settings link
Fixes #191643
2023-08-29 12:50:28 -07:00
João Moreno c63ccaba1c
add screencastMode.keyboardOptions.showKeybindings (#191686)
fixes #179541
2023-08-29 12:32:59 -07:00
Daniel Imms 93ac91a8c7
Merge pull request #191642 from microsoft/tyriar/dim_editors
Action feedback on dim unfocused view feature
2023-08-29 12:16:17 -07:00
Kartik Raj bf0dc4d146
Merge pull request #191679 from microsoft/kartik/gothic-boa
Improve jsdoc for env var collection
2023-08-29 12:14:15 -07:00
Benjamin Pasero 96ddbc4daa
Notification and notification buttons lack border radius (fix #191532) (#191557) 2023-08-29 12:13:55 -07:00
Megan Rogge 5f98b70a29
Merge pull request #191505 from microsoft/merogge/focus-after-run
add `focusAfterRun` setting
2023-08-29 12:03:18 -07:00
Kartik Raj a76ad82cad Amend 2023-08-29 18:13:23 +00:00
Connor Peet 2af3045474
tunnels: fix forwarding attempts wrong path to tunnel binary on linux (#191657)
Fixes #191621
2023-08-29 19:28:37 +02:00
Daniel Imms 64f1488b7e
Dim unfocused setting feedback
Fixes #191618
2023-08-29 09:05:38 -07:00
Daniel Imms b37772b799
Dim welcome editor
Fixes #191613
2023-08-29 08:55:40 -07:00