Commit Graph

106146 Commits

Author SHA1 Message Date
Rob Lourens
7114851c4a Add errorDetails to interactive session responses. (#176457)
* Add errorDetails to interactive session responses.
Also avoid calling updateElementHeight during a renderElement

* Fix hygiene
2023-03-08 04:30:46 +01:00
Tyler James Leonhardt
40ad2f338c Support args being just a string in Issue Reporter commands (#176461)
Fixes https://github.com/microsoft/vscode/issues/176460
2023-03-08 02:51:30 +01:00
Matt Bierner
3ca5284e44 Clean up markdown preview messaging (#176458)
- Add properties directly to message
- Add `ImageInfo` type
- Don't use state to pass around imageInfo
2023-03-07 17:28:13 -08:00
Megan Rogge
2fffa58906 use raceTimeout for task extension activation (#176448) 2023-03-07 19:11:37 -06:00
Andrea Mah
6ad80db6c4 workbench.action.findInFiles var resolver bug (#175980)
Fixes #175973
2023-03-07 16:33:21 -08:00
Logan Ramos
ca1186f3ec Fix missing common props for extensions (#176445)
* Fix missing common props for extensions

* Add test for options
2023-03-07 16:23:12 -08:00
Connor Peet
ce69ee80cf testing: finalize continuous run api (#176454)
Closes #134941
2023-03-07 16:11:37 -08:00
Peng Lyu
d48873c798 📓 Experiment format on save (#176421)
* 📓 Experiment format on save

* Fix comments
2023-03-07 15:40:51 -08:00
Rob Lourens
3d6e57bea8 Implement "followup commands" for interactive session API (#176436)
* Implement "followup commands" for interactive session API

* Support icons

* Only support icons for command followups

* Remove todo
2023-03-08 00:23:30 +01:00
Rob Lourens
94138129c6 Fix issue when debugging copilot extension (#176435)
* Fix issue when debugging copilot extension

* format
2023-03-07 15:01:35 -08:00
Matt Bierner
6a44101bb1 Type markdown preview webview message (#176444)
Simply types messages. Will clean up types in next pass
2023-03-07 14:23:17 -08:00
Joyce Er
9c7113f6ae Observe lineNumber if there is no active selection or if the active selection does not contain the specified line number (#176432)
* Observe `lineNumber` if there is no active selection or if the active selection does not contain the specified line number

* Explicit undefined check

* Extract condition into function
2023-03-07 23:23:04 +01:00
Tyler James Leonhardt
721fbe6f01 Add /extCopilot GitHub issue command (#176447)
Since we have one for Codespaces, might as well have one for Copilot too.
2023-03-07 23:13:39 +01:00
Matt Bierner
83c4e0f5c4 Reset markdown scroll progress on resource change (#176437)
Reset scroll progress on resource change

Fixes #164071
2023-03-07 23:12:46 +01:00
João Moreno
7b47a33073 Set minimum height for settings editor (#176434)
fixes #175623
2023-03-07 12:55:56 -08:00
Peng Lyu
40102b07ca Bump distro (#176431) 2023-03-07 21:19:00 +01:00
Megan Rogge
7b39d0e24a MacOS -> macOS (#176428) 2023-03-07 20:43:40 +01:00
Matt Bierner
53283c6a6f Don't animate tree find widget in reduced motion mode (#175987)
Don't animate tree find widget in reduced motion

Fixes #175983
2023-03-07 20:42:18 +01:00
Matt Bierner
41e0b50a6d Pick up latest markdown language service (#176425) 2023-03-07 20:38:37 +01:00
Sandeep Somavarapu
f72a4b13c0 fix #176382 (#176422) 2023-03-07 20:18:44 +01:00
Matt Bierner
84466bac55 Try to capture key presses more aggressively in loading webviews (#176326)
Try to capture key presses more aggressively in loading

For #170750
2023-03-07 11:17:02 -08:00
Megan Rogge
dcebcb60df provide screen reader with inline suggestions (#175823) 2023-03-07 13:14:11 -06:00
Matt Bierner
ed04b28c4d Markdown custom eslint rules should not automatically apply to server (#166068) 2023-03-07 11:13:13 -08:00
Matt Bierner
6c771e3377 Mark list event objects as readonly (#175722)
This marks the objects fired by list/tree events as readonly. This prevents one event from mistakenly effecting other events by modifying the event object
2023-03-07 10:54:17 -08:00
Logan Ramos
0393891daf Don't lock accessibility issues (#176419) 2023-03-07 19:53:09 +01:00
Logan Ramos
d7e0649d25 Commands to get settings and commands (#176403)
* Add commands to help get some workspace info

* Remove ext host API commands changes
2023-03-07 19:07:43 +01:00
Henning Dieterichs
d8dd1e1959 Enable async tokenization for the vscode workspace to selfhost (#176410) 2023-03-07 18:07:55 +01:00
Henning Dieterichs
2a290b6a72 Move lineRange to editor/common/core and adds editor.experimental.asyncTokenizationLogging (#176408)
* Move lineRange to editor/common/core and adds editor.experimental.asyncTokenizationLogging

* Fixes CI
2023-03-07 18:00:08 +01:00
Rob Lourens
ac9582395e Tune progressive rendering rate dyamically (#176409) 2023-03-07 17:58:24 +01:00
Megan Rogge
f2935028c8 bring back onTaskType implicit activation, set timeout for extension activation (#176248) 2023-03-07 08:51:42 -08:00
Daniel Imms
4163493611 Merge pull request #176399 from microsoft/tyriar/171122
Ensure links resolve OS at detect/open time
2023-03-07 07:52:46 -08:00
Daniel Imms
69a059e8c2 Ensure links resolve OS at detect/open time
Fixes #171122
2023-03-07 07:36:11 -08:00
Sandeep Somavarapu
a7ea97045b fix #176391 (#176392) 2023-03-07 16:07:59 +01:00
Sandeep Somavarapu
8188c823c7 #174061 use profile cache folder (#176386) 2023-03-07 15:03:39 +01:00
Martin Aeschlimann
9f8f16c4b0 vscode-server crashes, if there is no network interface with a valid mac address present (#176367) 2023-03-07 14:38:10 +01:00
Joyce Er
699b73f7db Show full context menu when test default action is to show context menu (#176328) 2023-03-07 06:43:21 +01:00
Matt Bierner
23600ac11e Pick up TS 5.0rc (#176334)
https://github.com/microsoft/vscode/issues/176332
2023-03-07 06:42:49 +01:00
SteVen Batten
bbc87d8ec2 add footnote for discoverability (#176336)
* add footnote for discoverability

* tweak wording
2023-03-06 18:31:27 -08:00
Matt Bierner
d0ad7c09bb Fix details blocks being auto closed on markdown preview changes (#176330)
Fixes #175353
2023-03-07 02:36:38 +01:00
Rob Lourens
6248f38b38 Enable progressive rendering by default for providers that support the progress method (#176323)
* Enable progressive rendering by default for providers that support the progress method

* Enable disabling progressive rendering
2023-03-06 17:23:13 -08:00
Bhavya U
17c42736b4 Fix step description string to be localization friendly 2023-03-06 17:15:38 -08:00
Bhavya U
2b1cd2fe8c Update walkthrough content to help reload window after git install 2023-03-06 17:15:38 -08:00
Matt Bierner
ed43d97e47 Always use TS's sort text in TS 5+ (#176322)
* Always use TS's sort text in TS 5+

Fixes #174628

* Add missing file
2023-03-06 17:12:44 -08:00
Tyler James Leonhardt
5ab6d335ee Have account menu be snappier by caching accounts (#176319)
Before, we were calling out to the auth providers (thus going all the way to the extension host per provider)

Now, we cache the accounts and handle events for when accounts change.

This makes the account menu way snappier!

Fixes #111398
2023-03-06 16:39:13 -08:00
John Murray
126ded71ed Allow --vscode-XXX color variables in <span> style in Markdown (#176064) (#176312) 2023-03-07 00:07:09 +00:00
Joyce Er
e70ab0f56a Add issue reference for contribShareMenu proposal (#176318)
Add issue reference
2023-03-06 16:05:35 -08:00
Rob Lourens
133fa19312 Add username and avatar icons to interactive session API (#176313) 2023-03-07 00:27:18 +01:00
Joyce Er
b9eb472901 Move embedderIdentifier context key out of Get Started (#176295)
* Move `embedderIdentifier` context key out of Get Started

* Move context key to /workbench
2023-03-06 15:12:02 -08:00
Aaron Munger
a2eda2261a Merge pull request #176309 from microsoft/aamunger/scrollErrors
make error outputs scrollable with output scroll setting
2023-03-06 14:53:17 -08:00
aamunger
770db8e512 make error outputs scrollable with output scroll setting 2023-03-06 14:28:15 -08:00