Commit Graph
111146 Commits
Author SHA1 Message Date
João MorenoandGitHub 9bca8bebfc switch update/release notes actions (#187740) 2023-07-12 21:15:48 +02:00
Connor PeetandGitHub cbb47129d3 cli: stop tunnel processes during update (#187738)
* untested wip

* make it work
2023-07-12 20:58:09 +02:00
Sandeep SomavarapuandGitHub 87baaea6d1 fix #187734 (#187735) 2023-07-12 19:26:04 +02:00
Megan RoggeandGitHub 3640c5a214 Merge pull request #187726 from microsoft/merogge/diff-review-help
don't alert w hint about moving to diff editor when verbosity is disabled
2023-07-12 10:05:29 -07:00
Megan RoggeandGitHub 4c0de39071 Merge pull request #187728 from microsoft/merogge/rename-key
improve name for `AccessibleViewProvider` property
2023-07-12 10:04:29 -07:00
Megan RoggeandGitHub bd8d4d5e40 Merge pull request #187730 from microsoft/merogge/hover-context
add `when` for `hover` `AccessibleView`
2023-07-12 10:04:02 -07:00
Sandeep SomavarapuandGitHub 05731984b3 fix #187731 (#187732) 2023-07-12 18:45:45 +02:00
meganrogge 722328b742 fix #186521 2023-07-12 09:14:19 -07:00
meganrogge 3dc0d6d7b4 fix #187687 2023-07-12 08:34:52 -07:00
meganrogge c4516310ba fix #187594 2023-07-12 08:29:32 -07:00
Ladislau SzomoruandGitHub ad395686d2 Git - add support for type changed (#187714)
* Initial implementation

* Add icons
2023-07-12 16:18:38 +02:00
Henning DieterichsandGitHub ba8caef810 Merge pull request #187692 from microsoft/hediet/b/cool-wolverine
Fixes #187063
2023-07-12 15:05:43 +02:00
Henning DieterichsandGitHub 1864dfdc91 Fixes #186675 (#187710)
* Fixes #186675

* Don't show screen reader hover when the text is read automatically.
2023-07-12 15:01:15 +02:00
João MorenoandGitHub 6bad769697 make sure publishing is the last thing in each pipeline (#187708)
this fixes a rare issue in which the second Generate SBOM
task will fail, so a second attempt at running the pipeline will
fail when publishing the first Publish SBOM task, since it
would already have been published
2023-07-12 14:36:51 +02:00
Johannes RiekenandGitHub ef9afc3b2b joh/inline progress (#187705)
* allow to report progress when computing inline chat response, wip still needs better handling in the UI strategies

* support for async, sequential progress

* for now let extension know if progress/live is supported, for live modes apply edits as they happen
2023-07-12 14:29:53 +02:00
Henning Dieterichs 16098b1fe1 Updates comment 2023-07-12 12:31:31 +02:00
Henning Dieterichs e9f17a5d77 Fixes #187063 2023-07-12 12:13:46 +02:00
João MorenoandGitHub d568855b2a build: prevent re-upload of builds (#187680)
would've prevented what #187575 fixed
2023-07-12 11:39:27 +02:00
Henning DieterichsandGitHub 84d97b6802 Fixes #185028 (#187608)
* Fixes #185028

* Consider accessibility.verbosity.diffEditor

* Mentions audio cues in diff editor help.

* Fixes API change.
2023-07-12 11:39:15 +02:00
Henning DieterichsandGitHub ec700fa456 Merge pull request #187638 from microsoft/hediet/b/chief-salmon
Fixes Diff Algorithm Bug
2023-07-12 10:52:43 +02:00
Johannes RiekenandGitHub 28173537e1 Make sure to register the actual disposable that's for the exclusive choice completion provider (#187682)
https://github.com/microsoft/vscode/issues/187642
2023-07-12 09:52:48 +02:00
Sandeep SomavarapuandGitHub 48cd8e0c1b fix #187652 (#187653) 2023-07-11 21:43:27 -07:00
Raymond ZhaoandGitHub 5be539a588 Bump semver (#187654) 2023-07-12 01:49:45 +02:00
Peng LyuandGitHub 9760f34661 Merge pull request #178627 from microsoft/rebornix/awake-lion
List View top padding
2023-07-11 15:39:23 -07:00
Sandeep SomavarapuandGitHub 01ff455e8c fine tune new profile message (#187646) 2023-07-11 15:37:00 -07:00
Megan RoggeandGitHub 4aa165c8be Merge pull request #187614 from microsoft/merogge/help-alert
alert when screen reader optimized mode changes, include this info in all help menus
2023-07-11 14:15:05 -07:00
meganrogge d306d4c156 fix conflicts 2023-07-11 13:51:51 -07:00
Ladislau SzomoruandGitHub 0af4ba0b54 GitHub - add branch protection telemetry (#187589) 2023-07-11 16:51:09 -04:00
Connor PeetandGitHub ef8b1483fc build: use new cli patch method (#187629) 2023-07-11 13:47:08 -07:00
Henning DieterichsandGitHub 4295a96b60 Merge pull request #187610 from microsoft/hediet/b/working-earthworm
Removes shadow from diff review
2023-07-11 22:39:24 +02:00
Henning Dieterichs 4a6fe0869e Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4466 2023-07-11 22:38:49 +02:00
Matt BiernerandGitHub 6e8c7b100d Fix paste behavior across editors that have pasteAs enabled/disabled (#187626)
Fixes #185681

If pasteAs is disabled, or copy paste controller never writes its own metadata. When you then paste into an editor that has pasteAs enabled, we need to instead use the text area metadata that was written by editor core instead

This seems like a better fix than having the copy paste controller always write the metadata because it means the copy paste controller interferes with fewer copy/paste operations
2023-07-11 13:36:15 -07:00
Sandeep SomavarapuandGitHub d5c50f1972 Support creating partial profile and use default profile for other data (#187607)
#156144 - First cut
Support creating partial profile and use default profile for other data
2023-07-11 13:33:28 -07:00
Daniel ImmsandGitHub 075f7706e5 Merge pull request #187621 from microsoft/tyriar/187198
Require canvas/webgl use to enable image support
2023-07-11 12:57:25 -07:00
Megan RoggeandGitHub f69263f1f6 Merge pull request #187599 from microsoft/merogge/re-view
call `show` with a provider for accessible view
2023-07-11 12:54:27 -07:00
Andrea MahandGitHub 60578ed419 implement closed-notebook search (#174287) 2023-07-11 12:11:35 -07:00
meganrogge 2cc48b2c84 fix 2023-07-11 12:08:18 -07:00
meganrogge 480e698cf6 fix 2023-07-11 12:07:20 -07:00
meganrogge d98f70c80e only indicate on when in the editor 2023-07-11 12:06:00 -07:00
Henning DieterichsandGitHub b008409c62 Code improvements (#187625) 2023-07-11 21:02:29 +02:00
Matt BiernerandGitHub 26120d880b Disable overscroll in all webviews (#187624)
Fixes #182013
2023-07-11 20:51:33 +02:00
Matt BiernerandGitHub 2c4cdea85f Bump highlight js versions (#187619)
Fixes #187605
2023-07-11 20:20:57 +02:00
Daniel Imms 224ac6f56d Require canvas/webgl use to enable image support
Part of #187198
2023-07-11 11:15:32 -07:00
Megan RoggeandGitHub def43e0ebb Merge pull request #187603 from microsoft/merogge/acc-hint
alert when verbosity setting changes
2023-07-11 10:45:11 -07:00
Raymond ZhaoandGitHub 1bbf7dd7a1 Add revealSetting and focusSearch params (#187079) 2023-07-11 10:30:16 -07:00
Michael LivelyandGitHub 49ab813b20 rename cell toolbar's stickyScroll (#187611) 2023-07-11 10:14:26 -07:00
meganrogge 974269ebfa update menu when verbosity setting is changed 2023-07-11 10:08:41 -07:00
meganrogge 3661871d34 fix #188679 2023-07-11 10:00:41 -07:00
Henning Dieterichs ae50dc394e Removes shadow from diff review 2023-07-11 18:43:56 +02:00
meganrogge aab7d04e5e fix #186679 2023-07-11 09:20:35 -07:00