Commit Graph

106125 Commits

Author SHA1 Message Date
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
Martin Aeschlimann 22c88ab04e [json] update service (#176306)
[json] update service (for #176296)
2023-03-06 14:07:10 -08:00
Martin Aeschlimann b5b4274437 Copy Browser URI to clipboard copies a url-encoded filepath (#176302) 2023-03-06 22:25:33 +01:00
Daniel Imms 4c39d4a8d1 Merge pull request #176301 from microsoft/tyriar/distro2
Update distro
2023-03-06 13:09:13 -08:00
Daniel Imms 25a2e89c9d Update distro 2023-03-06 12:53:51 -08:00
Matt Bierner 797291f90f Fixing some project wide intellisense issues in safari (#176294)
For #175229

- Safari can't transfer `Proxy` objects
- Safari's nested worker polyfill wasn't forwarding along the `ports` field on message events
2023-03-06 12:52:34 -08:00
Martin Aeschlimann 3647f71ccc "invalid color value" errors on startup (#176238)
* "invalid color value" errors on startup

* fix imports
2023-03-06 12:30:02 -08:00
Daniel Imms ddf9876ed9 Merge pull request #176245 from microsoft/tyriar/176013
Change DOM renderer wording in config
2023-03-06 11:39:33 -08:00
Joyce Er 93ac6e0c80 Don't show vscode.dev links on Codespaces (#176287) 2023-03-06 20:38:54 +01:00
Matt Bierner 43b6e7785d Add dom.toggleVisibility helper (#175960)
Adds a helper function for toggling if a set of elements are visible or hidden
2023-03-06 11:31:26 -08:00
Tyler James Leonhardt 4c60cc59ef Make max-height a little taller so it's obvious when quickpick scrolls (#176281)
* Make max-height a little taller so it's obvious when quickpick scrolls

Fixes #173851

* comments
2023-03-06 19:45:07 +01:00
Matt Bierner 6aada102db Add localization comment (#176272)
Add localization message

Fixes #176140
2023-03-06 09:40:56 -08:00
Matt Bierner e1b6dbbac2 Clean up code action code (#175982)
- Move code action controller to own class
- Remove unused properties
- Use flatMap
2023-03-06 18:39:30 +01:00
Matt Bierner c12e7c2b62 Skip showMessage if we are already showing the same message (#175978) 2023-03-06 18:39:06 +01:00
Sandeep Somavarapu e2458883ab fix #174061 (#176271) 2023-03-06 18:23:20 +01:00
Rob Lourens c6bec3b789 Don't pin editors that are opened and focused by default (#173170)
Meaning that when stepping into a new file, that editor will be opened and focused but not pinned.
Fix #173114
2023-03-06 17:52:34 +01:00
Matt Bierner 8a2540bd16 Use outline instead of border for filterMatchBorder in explorer (#175950)
Fixes #175947
2023-03-06 08:32:52 -08:00
Alex Ross 71f59872f3 Update shellscript grammar (#176241) 2023-03-06 17:29:54 +01:00
Johannes Rieken b18bb26f97 better undo experience (#176247) 2023-03-06 17:04:13 +01:00
Johannes Rieken 728ee42999 remove history entries when cancelled or no result (#176243) 2023-03-06 16:49:32 +01:00
Daniel Imms 756380eb69 Use const enum for setting value 2023-03-06 07:38:18 -08:00
Daniel Imms a45a0a92df Change DOM renderer wording in config
Fixes #176013
2023-03-06 07:32:20 -08:00