Commit Graph
85847 Commits
Author SHA1 Message Date
Megan Rogge 44de2d0c2a Merge pull request #186445 from microsoft/merogge/fix-time
play cue after response takes 1 second to bypass user gesture rule
2023-06-28 06:32:16 -07:00
Henning Dieterichs ad7b2a101e Turns off experimental diff editor again. Will use an experiment to roll it out. (#186499) 2023-06-28 15:11:07 +02:00
Benjamin Pasero cd9de1ee2e dialogs - workaround mangler issue #186494 (#186496) 2023-06-28 15:01:02 +02:00
Sandeep Somavarapu f5e6325900 Fix #177142 (#186495) 2023-06-28 14:42:45 +02:00
Johannes Rieken 4b0d4241ec when clicking intio view zone only refocus widget when having lost widget focus (#186484)
fixes https://github.com/microsoft/vscode/issues/186309
2023-06-28 14:31:32 +02:00
Sandeep Somavarapu eefab1453e Fix #186354 (#186492) 2023-06-28 14:23:27 +02:00
Sandeep Somavarapu 598e77bda5 fix #185875 (#186471) 2023-06-28 04:23:31 -07:00
Benjamin Pasero 93b9d0a51a editor - update style and behaviour of message widget (#186480) 2023-06-28 11:05:02 +00:00
Benjamin Pasero fb1d79215e dialogs - validate and normalize default path (#186467)
* dialogs - validate and normalize default path

* address feedback
2023-06-28 12:31:00 +02:00
Johannes Rieken fb2354b794 Dispose status bar items on EH restart, but only those that were defined by extensions, not those defined statically (#186479)
nit: Static items that have been "refined" by extensions will keep the refined state on restart

re https://github.com/microsoft/vscode/issues/186315
2023-06-28 11:35:41 +02:00
Bhavya U 4649b53333 Added null check before building getting started slide. (#186468)
Add null check before building getting started slide.
2023-06-28 09:25:43 +02:00
Bhavya U 0ee51c3970 Hide quick pick after extension install (#186461) 2023-06-28 09:25:16 +02:00
Henning Dieterichs 91c3459964 Fixes #186331 - Diff Editor - margin revert icon should not be rendered when documents are read-only (#186344) 2023-06-28 08:58:47 +02:00
Henning Dieterichs f4f40261db Fixes #185140 - The last line of a newly created file isn't highlighted by git difference (#186339) 2023-06-28 08:58:36 +02:00
Bhavya U 63537563e0 Show remote indicator if there are installableExtensions in an empty window. (#186456)
* Show remote indicator if there are installableExtensions

* Prevent start entry item from showing before init
2023-06-27 19:22:04 -07:00
Megan Rogge 20b8cbe29c Merge pull request #186451 from microsoft/merogge/acc-view
`AccessiblityView` -> `AccessibleView`, fix linux keybindings
2023-06-27 15:24:26 -07:00
Megan Rogge 1a2790bcff Merge pull request #186449 from microsoft/merogge/aria-input
fix aria input for chat
2023-06-27 15:06:51 -07:00
meganrogge 0507c7c6d1 fix #186216 2023-06-27 15:02:32 -07:00
Megan Rogge 4d52254e50 Update src/vs/workbench/contrib/chat/browser/chatInputPart.ts 2023-06-27 14:49:00 -07:00
meganrogge fb8ba10d1b fix aria input for chat 2023-06-27 14:47:48 -07:00
meganrogge e4602428a0 fix doc 2023-06-27 14:42:58 -07:00
meganrogge ac0a637e2c more 2023-06-27 14:42:01 -07:00
meganrogge 5e9b7aa9db fix #186302 2023-06-27 14:38:27 -07:00
meganrogge 4c91a016bb use const 2023-06-27 14:19:37 -07:00
meganrogge 928af2b8f6 fix #186408 2023-06-27 14:17:20 -07:00
Connor Peet 56ec7658d3 testing: don't enable showAllMessages by default (#186379)
Fixes #186372
2023-06-27 11:50:09 -07:00
Bhavya U 4ddef94beb Reuse webviews in walkthrough steps instead of creating them each time. (#186267)
Reuse webviews
2023-06-27 10:20:31 -07:00
Tyler James Leonhardt da7f05a70e use basicText (#186346)
I had changed it to keychainAccess while testing on mac but it always should have bedn basicText.
2023-06-27 16:36:07 +02:00
isidor d47a27cfe6 still register workbench.enableExperiments 2023-06-27 15:01:06 +02:00
Isidor Nikolic 4b5db322fd Merge branch 'main' into isidor/courageous-yak 2023-06-27 10:32:23 +02:00
Bhavya U ac34ea3a6e Clean up async code and walkthrough open command (#186263) 2023-06-27 08:29:01 +02:00
Robo 35ddc72ddc chore: introduce a new flag disable-chromium-sandbox (#186252) 2023-06-27 08:05:43 +02:00
Meghan KulkarniandMeghan Kulkarni 6626f5f07a turning highlighted Markdown text to link to pasted URL (#185924)
* turning highlighted Mardown text to link to pasted URL

* resolved comments

* resolved more comments

* preserved behavior of existing file pasting logic

---------

Co-authored-by: Meghan Kulkarni <t-mekulkarni@microsoft.com>
2023-06-26 17:25:52 -07:00
Tyler James Leonhardt 680cbcc139 Fix encryption by not double sequencing (#186234)
super.set adds to the sequencer... I shouldn't do that in the overridden function too.

Also more trace logging because _why not_?

Thanks for reporting @joyceerhl!
2023-06-27 01:47:10 +02:00
Aaron Munger c42e1077d0 Merge pull request #186229 from microsoft/aamunger/accessibility
notebook accessibility help
2023-06-26 15:51:33 -07:00
Aaron Munger da693d217b note on escape key 2023-06-26 15:36:43 -07:00
Aaron Munger 9d8052c470 remove aria alert covered by help content 2023-06-26 15:31:13 -07:00
Aaron Munger 9a3ddb3bf7 more content 2023-06-26 15:28:15 -07:00
Henning Dieterichs e23be3ca5b Adds diffing test-case for move (#186189) 2023-06-26 15:20:22 -07:00
Aaron Munger 9b1b19a3fc notebook accessibility help 2023-06-26 14:58:18 -07:00
Aaron Munger e18a3ea9a2 Merge pull request #186209 from microsoft/aamunger/interruptIW
make interrupt always visible for IW
2023-06-26 14:40:44 -07:00
Henning Dieterichs 45ae876c44 Fixes wrapping issue (#186221) 2023-06-26 23:28:30 +02:00
Tyler James Leonhardt 8245737e93 Use setUsePlainTextEncryption properly and allow control of password-store via argv.json (#186207) 2023-06-26 14:23:30 -07:00
Henning Dieterichs f0cc1c43f9 Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4101 (#186204) 2023-06-26 14:20:23 -07:00
Henning Dieterichs ff5c735e29 Fixes #184910 (#186211) 2023-06-26 14:20:05 -07:00
Tomer Chachamu 0f64a3cb84 Add vscode-context-menu-visible class in webviews (#181433)
* Add vscode-context-menu-visible class in webviews

* Remove assertion
2023-06-26 23:12:27 +02:00
Raymond Zhao 8baeed43cf Strengthen some types (#186190)
Also suppresses a scanner warning
2023-06-26 13:58:09 -07:00
Aaron Munger 8c5d8536ab interrupt always visible for IW 2023-06-26 12:58:44 -07:00
Daniel Imms e2fcf63174 Merge pull request #186072 from microsoft/tyriar/185393_5
Speed up terminal reconnection
2023-06-26 12:37:55 -07:00
Daniel Imms e682c14d82 Merge pull request #186087 from microsoft/tyriar/182878
Support git diff @@ ... to-file-range @@ links
2023-06-26 12:29:23 -07:00