Commit Graph

108189 Commits

Author SHA1 Message Date
Tyler James Leonhardt
738ab7954c Add mode to the notification (#180977)
ref https://github.com/microsoft/vscode/issues/180803#issuecomment-1522947472
2023-04-26 23:16:39 +02:00
Martin Aeschlimann
74d91b8053 Notification marker color turns grey when selected (#180973) 2023-04-27 07:12:21 +10:00
Martin Aeschlimann
0af79d4146 [json] update service (#180972) 2023-04-26 22:50:09 +02:00
Kartik Raj
fcc2290dbb Merge pull request #180903 from microsoft/kartik/updatestatus 2023-04-26 13:37:23 -07:00
Tyler James Leonhardt
326dc5a307 Fix Issue Reporter API (#180971)
* Fix Issue Reporter API

CancellationTokens aren't hydrated over ProxyChannels so I've removed cancellation logic.

Additionally, there was a bad string compare that needed toLower when checking if an extension has a handler.

Additionally, added docs.

Fixes https://github.com/microsoft/vscode/issues/180890
Fixes https://github.com/microsoft/vscode/issues/180920
Fixes https://github.com/microsoft/vscode/issues/180887

* remove import

* remove another import
2023-04-26 22:11:06 +02:00
Michael Lively
407cb5a5fb add workspaceTrust to nb "codeaction" infra (#180968) 2023-04-26 21:17:27 +02:00
Rob Lourens
ccd30928a1 Fix copying a suggested followup question in chat (#180965) 2023-04-26 20:40:29 +02:00
Sandeep Somavarapu
38f1a66771 Fix #163383 (#180963) 2023-04-26 11:30:24 -07:00
Peng Lyu
dccdcf7230 Fix #180290. Tweak wording accurately for install/enable missing extension. (#180961) 2023-04-26 11:29:52 -07:00
Peng Lyu
30e62e1bf8 Fix #177405. Treat error as plain text. (#180960) 2023-04-26 19:28:28 +02:00
Alexandru Dima
47c4c928bd update distro (#180957) 2023-04-26 18:54:37 +02:00
Johannes Rieken
2d346144f6 fix multi range formatting (#180955)
fixes https://github.com/microsoft/vscode/issues/178825
2023-04-26 18:35:50 +02:00
Lakshya A Agrawal
ed603a13cb Fix typo in vscode.d.ts (#177377)
"of" -> "or"

Co-authored-by: Matt Bierner <matb@microsoft.com>
2023-04-26 16:32:22 +00:00
Alexandru Dima
16b96c4766 update distro (#180953) 2023-04-26 18:23:04 +02:00
Henning Dieterichs
672c55443a Enables experiments for diffEditor.diffAlgorithm (#180954) 2023-04-26 18:21:34 +02:00
Johannes Rieken
3e824cfd48 make sure EditModeStrategy#apply/cancel isn't called twice, keep reference onto editor model to prevent dispose before reset (#180952)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3963
2023-04-26 18:09:57 +02:00
Alex Ross
9d2090bb74 "Show Next Change" doesn't show the right change (#180951)
Fixes #180744
2023-04-26 18:04:28 +02:00
Johannes Rieken
0198f59391 prevent endless autoSend loop of inline chat (#180945)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3990
2023-04-26 16:30:27 +02:00
Alex Ross
4270de1f3a Fix initial comment expand state (#180941)
Fixes #169928
2023-04-26 15:58:12 +02:00
João Moreno
a7cfec356b don't show release notes on web (#180937)
fixes #179536
2023-04-26 15:32:46 +02:00
Johannes Rieken
5e4d633346 Merge pull request #180936 from microsoft/joh/striped-dragonfly
joh/striped dragonfly
2023-04-26 15:23:53 +02:00
Johannes
38d3566eac disabe cmd/ctrl+z for "special undo" of inline chat
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3966
2023-04-26 15:07:14 +02:00
Johannes
205b7f35a1 disable inline completions for inline chat input
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3961
2023-04-26 15:04:53 +02:00
Sandeep Somavarapu
5c9860c5f9 simplify code for demo (#180932) 2023-04-26 14:09:31 +02:00
Aiday Marlen Kyzy
7d76d9431b Merge pull request #180921 from microsoft/aiday/interactiveWindowCSSFix
CSS fix: making the interactive editor text selectable
2023-04-26 13:48:53 +02:00
Johannes Rieken
95274e527c Merge pull request #180930 from microsoft/joh/universal-pig
joh/universal pig
2023-04-26 13:37:50 +02:00
Johannes
b72905c87b back to computeHumanReadableDiff diff
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3962
2023-04-26 11:59:24 +02:00
Johannes
0e4b3230b8 make sure to restore diff editor focus after repositioning the zone widget
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3964
2023-04-26 11:46:11 +02:00
Aiday Marlen Kyzy
3d0dacaf3e making the css selectable by changing the css file 2023-04-26 11:41:51 +02:00
Johannes
479e63abfb more cursor overrides: style and blinking
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3864
2023-04-26 11:39:25 +02:00
Benjamin Pasero
31d70416ba API 💄 (#180911) 2023-04-26 16:24:02 +10:00
Peng Lyu
a668ae661c Fix #180861. Cell stays in editing mode if it is not modified by find. (#180902) 2023-04-26 07:33:05 +02:00
Peng Lyu
8e4aae804c Fix #180857. Empty cmd+f should not unset search keyword. (#180901) 2023-04-26 07:32:46 +02:00
Kartik Raj
31f513a2e3 Update terminal status even if it is already present 2023-04-26 01:35:02 +00:00
Peng Lyu
2c51b3de32 Fix #180797. Fine tune edit mode switch. (#180900)
Fix #180797.
2023-04-26 02:42:03 +02:00
Rob Lourens
a51593e377 Bump distro (#180895) 2023-04-26 01:42:12 +02:00
Tyler James Leonhardt
7be41e9901 Fix markdown settings localization (#180891)
The syntax backtick hash str hash backtick was getting mangled.... but it probably should be extracted out so translators don't have the potential for changing it.
2023-04-25 16:27:38 -07:00
Matt Bierner
8243eb2556 Fix enumItem labels (#180889)
`javascript.preferences.importModuleSpecifierEnding` and `typescript.preferences.importModuleSpecifierEnding` got out of sync here
2023-04-25 16:14:03 -07:00
Matt Bierner
7e01e0f439 Add extra notes on files drop mime type (#180886)
Fixes #180878
2023-04-26 00:48:39 +02:00
Joyce Er
39296d2d34 Disable breakpoint hint when a test loading icon is present (#180884) 2023-04-26 00:05:12 +02:00
Matt Bierner
8daeaab482 Fix drop mime type wildcard regexp (#180883)
For #180878
2023-04-25 23:55:18 +02:00
Connor Peet
ab6ba2ebee cli: fix problem restarting tunnel with uppercase letter in name (#180881)
Fixes #180693
2023-04-25 23:50:15 +02:00
Aaron Munger
d3da46fbb5 Merge pull request #180879 from microsoft/aamunger/scrollSetting
Clarify that the scroll output setting is for how the outputs are initially rendered.
2023-04-25 14:38:24 -07:00
aamunger
ebfeae232f update wording 2023-04-25 14:21:17 -07:00
Michael Lively
b446833642 Merge pull request #180870 from microsoft/top-vicuna
remove nb.codeactiononsave setting, add `nb.experimental` to command ID
2023-04-25 12:36:22 -07:00
Michael Lively
91284ccce0 remove nb.codeactiononsave setting, add nb.experimental to command ID 2023-04-25 12:20:02 -07:00
Johannes Rieken
89b615d105 add lint rule to prevent type discrimination properties in API types (#180829)
re https://github.com/microsoft/vscode/issues/63943 and other
2023-04-25 11:22:28 -07:00
Henning Dieterichs
6fc61894a1 Merge pull request #180750 from microsoft/hediet/b/arrogant-hedgehog
Improves observable docs
2023-04-25 16:22:40 +02:00
Megan Rogge
4d9332c5bc Merge pull request #180719 from microsoft/merogge/option
add accessibility verbosity settings, use editor options
2023-04-25 07:03:00 -07:00
Martin Aeschlimann
9f31548732 add nls message to preserve link syntax (#180821) 2023-04-25 15:31:42 +02:00