Commit graph

110705 commits

Author SHA1 Message Date
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
João Moreno a19614e8e2
fix build (#186470) 2023-06-28 09:29:16 +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
Joyce Er 0078c4965d
Allow Continue On to vscode.dev with no active editor (#186459) 2023-06-27 18:58:37 -07:00
Connor Peet 57cf8c8ce3
debug: rev js-debug to 1.80 (#186454) 2023-06-28 00:42:03 +02: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 224ae7c189
Merge pull request #186447 from microsoft/merogge/editor-bug
check if config exists before writing to it
2023-06-27 15:00:22 -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
Joyce Er b114662b7a
Don't validate publish state for Continue On (#186410) 2023-06-27 11:50:52 -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
Ulugbek Abdullaev 5e11e1f35f
chore: add new labels/areas & remove ones that no longer exist (#186338) 2023-06-27 07:33:02 -07:00
Isidor Nikolic 93d3d1698c
Merge pull request #185658 from microsoft/isidor/courageous-yak
remove workbench/contrib/experiments
2023-06-27 15:36:12 +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
Andrea Mah 45b31e9a87
ripgrep 1.15.4->1.15.5 (#186243) 2023-06-27 10:05:52 +09:00
Meghan 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
Matt Bierner 0f5502c1a7
Rename settings for media preview video settings (#186231)
For #176418
2023-06-27 00:26:02 +02: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
Matt Bierner 688bc028e3
Extends tsconfig link logic to references paths (#186227)
Fixes #182898
2023-06-26 14:55:10 -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
Megan Rogge b567f850cd
Merge pull request #186212 from microsoft/merogge/distro-2
update distro for June endgame
2023-06-26 14:21:24 -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
meganrogge 1612a1f1b8
update distro for June endgame 2023-06-26 13:20:28 -07:00