Commit Graph
124157 Commits
Author SHA1 Message Date
Aiday Marlen Kyzy a597b9044f disposing the telemetry emitter 2023-08-24 11:01:47 +02:00
Aiday Marlen Kyzy ca86548968 changing from a js doc to a doc 2023-08-24 10:57:12 +02:00
Alpha Romer ComaandGitHub 7ef754c2f6 Fix supported markdown-lint violations in markdown files (#190750)
docs: fix supported markdownlint violations
2023-08-24 08:37:25 +00:00
Benjamin PaseroandGitHub 42ff46c880 Hovering over an editor tab will "drop a white shadow" on the text (fix #189625) (#191165) 2023-08-24 10:35:07 +02:00
Sandeep SomavarapuandGitHub c4b5dff608 fix #189798 (#191090) 2023-08-24 08:35:08 +01:00
Benjamin Pasero c21b0e9d56 Merge branch 'main' into ben/voice 2023-08-24 06:21:19 +02:00
rebornix 94956b4c3f Fix #189673. Tracking original output id that is reused. 2023-08-23 20:55:52 -07:00
rebornix d6330cc2a5 Update cached map 2023-08-23 20:43:36 -07:00
Peng LyuandGitHub a0377f0c51 Fix #189809. Update tree options paddingBottom. (#191143) 2023-08-23 20:42:18 -07:00
Megan RoggeandGitHub 1eff9f49d0 Merge pull request #191120 from microsoft/merogge/partial-command
enable navigation to the partial command
2023-08-23 17:10:48 -07:00
OleandGitHub e23be75182 Increase shortcut consistency of web with electron. (#191061)
On electron, nothing changes.
On web,
* "Focus Application Menu" changes from F10 to Alt+F10 (this action only
  exists on web)
* "Debugger: Step over" changes from Alt+F10 to F10 like on electron

While #183510 already added the F10 binding for the debugger
also on web, it did not actually have any effect, because of a conflict
with F10 for "Focus Application Menu" on web.

This change was agreed upon in #190180 due to the relatively low usage
of "Open Application Menu" in the interest of more overall consistency.

Fixes #190180.
2023-08-23 23:55:41 +00:00
Connor PeetandGitHub f7a7d9488f cli: serve-web listener improvements (#191146)
- Allow listening on a socket path (required manually implementing
  the Accept trait), fixes #191043
- Parse the host syntax correctly, fixes #191067
2023-08-23 16:47:31 -07:00
Matt BiernerandGitHub ba35c622b0 Allow InteractiveProgressContent to return a markdown string (#191145)
This allows enabling of specific command uris in responses
2023-08-23 16:26:51 -07:00
Tyler James LeonhardtandGitHub 9a69c2ab7c One Provider per Type (#191136)
Simpler design due to feedback from Logan.
2023-08-23 16:03:45 -07:00
Joyce ErandGitHub b82a7222ad Fix chat response file tree border radius (#191142) 2023-08-23 15:49:45 -07:00
Tyler James LeonhardtandGitHub e4a2928d14 bump distro (#191139) 2023-08-23 23:47:35 +01:00
rebornix 60c8cb0be4 Re #183449. Roaming kernel history. 2023-08-23 15:19:38 -07:00
Matt BiernerandGitHub bf9604c568 Add event for when inlay hints are provided (#191134) 2023-08-23 23:15:07 +01:00
Peng LyuandGitHub 7b70717792 Fix #190631. Emit outline change event. (#191135) 2023-08-23 23:13:21 +01:00
Megan RoggeandGitHub f0740c61d0 Merge pull request #191126 from microsoft/merogge/fix-lineNumber
use correct line number for textarea sync
2023-08-23 14:46:32 -07:00
Connor PeetandGitHub d91da92c70 testing: fix treatment of first child test items (#191131)
Fixes #190976
2023-08-23 14:36:39 -07:00
Andrea MahandGitHub 9f9ac66203 notebook-related bugfixes for quick search (#191130) 2023-08-23 14:35:50 -07:00
Alex RossandGitHub f605341af6 Syntax highlighting incorrect in vscode.python for the word 'file' (#191111)
* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190

* Update colorization test
2023-08-23 22:17:23 +01:00
Matt BiernerandGitHub 557695b920 Fix inlay hint location (#191122) 2023-08-23 14:10:55 -07:00
meganrogge eca80ba5f5 better names 2023-08-23 13:49:01 -07:00
meganrogge f96904ece9 don't use messy inline 2023-08-23 13:47:57 -07:00
meganrogge 9b9b9d5791 use correct line number 2023-08-23 13:41:33 -07:00
Andrea MahandGitHub 330fb1f905 Handle right arrow on quick search menu (#191115)
Fixes #191110
2023-08-23 13:37:12 -07:00
meganrogge fe71c9a5eb fix #188926 2023-08-23 12:48:54 -07:00
Neelesh Bodas 3129f81852 Add empty alt tag to small thumbnail images of the extensions 2023-08-23 12:38:24 -07:00
Benjamin Pasero 5113da8cc6 voice - better similarity compare of transcription 2023-08-23 21:03:15 +02:00
meganrogge ca8d21f30b add to commands to skip shell 2023-08-23 11:56:49 -07:00
isidor 9130339fb3 add workspace tags 2023-08-23 20:55:25 +02:00
meganrogge a8c87ea06b also go to previous 2023-08-23 11:52:23 -07:00
Megan RoggeandGitHub aa1fc8bd99 Merge pull request #191109 from microsoft/merogge/next
try to fix next/previous screen reader timing issue
2023-08-23 11:39:53 -07:00
4e628263ac Add quick search to command center (#191105)
* Add quick search to command center
Fixes #191088

* Adjust commandCenterOrder

* Update src/vs/workbench/contrib/search/browser/search.contribution.ts

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-08-23 11:37:09 -07:00
Alex RossandGitHub c9481326e7 Use full line decorations for comment range (#191107)
Fixes #188901
2023-08-23 19:33:30 +01:00
Justin ChenandGitHub 82643e93f5 Changed action widget header ellipses (#191096)
changed from ellipses to semi-colons
2023-08-23 19:28:35 +01:00
Alexandru DimaandGitHub c08c2a789b ignore unexpected dom nodes (#191113)
Fixes #169854: ignore surprising dom nodes
2023-08-23 19:19:44 +01:00
Kartik RajandGitHub 5257764dea Merge pull request #191016 from microsoft/kartik/fluttering-pony
Finalize proposed env workspace collection API
2023-08-23 11:13:41 -07:00
meganrogge ccf71f1571 try to fix timing issue 2023-08-23 10:43:20 -07:00
Connor PeetandGitHub 2ab4a3f547 tunnels: implement default port forwarding for managed RA's (#191099)
* tunnels: implement default port forwarding for managed RA's

The default implementation of port forwarding works from the shared
process to traditional addressed remote authorities. However, this
didn't work with managed remote authorities.

Rather than implementing a chain of message passing from the shared
process back up to the extension host, this PR reuses the
`NodeRemoteTunnel` to provide default forwarding logic in the Node ext
host. It also makes the `ManagedSocket` more generic for reuse there.

Fixes #190859

* fix

* address comments

* address comments, fix build

* rm import
2023-08-23 18:41:33 +01:00
meganrogge cbc3479604 Revert "Merge pull request #190776 from microsoft/merogge/delay"
This reverts commit 990da210e0, reversing
changes made to 1f76cf794b.
2023-08-23 10:41:27 -07:00
Nathan Shively-Sanders 2267ba86a6 Support extract to function and type alias as well 2023-08-23 10:40:45 -07:00
meganrogge b2277ae43c fix #189358 2023-08-23 10:32:56 -07:00
Alex RossandGitHub 30907cfef1 TreeItem.label ignored by resourceUri for untitled editor (#191103)
Fixes #189505
2023-08-23 19:31:51 +02:00
meganrogge 01857efa50 allow different keybindings 2023-08-23 10:29:59 -07:00
Alex RossandGitHub bd67b50dfd Remove tree item checkbox proposal from tests (#191084)
Fixes #191081
2023-08-23 19:28:19 +02:00
Andrea MahandGitHub e681321ac6 Broken search.action.replace default mac shortcut (++1) (#191102)
Fixes #189866
2023-08-23 19:18:57 +02:00
Nathan Shively-Sanders ea5af2da03 Include selected expression in conversatin prompt 2023-08-23 09:57:26 -07:00