Commit Graph
112053 Commits
Author SHA1 Message Date
Daniel ImmsandGitHub 4ff37383cf Merge pull request #189720 from microsoft/tyriar/187082_2
Improve management of events/memory in terminal
2023-08-08 17:14:04 -07:00
Matt BiernerandGitHub 6e251255fb withNullAsUndefined(x) -> x ?? undefined (#189987)
Follow up on #189983

Replaces `withNullAsUndefined` with uses of `??`
2023-08-08 16:45:52 -07:00
Matt BiernerandGitHub 388d3683ea Small cleanups in markdown drop/paste (#189985)
- Observer cancellation more places
- Create constants for mime types
- Making code more consistent to show duplication
2023-08-08 16:27:21 -07:00
David DossettandGitHub caebd5c3a7 Tune secondary button colors (#189989) 2023-08-09 00:19:23 +01:00
Kartik RajandGitHub 7aee1d6c68 Merge pull request #189979 from microsoft/kartik/general-tarsier
Modify environment collection scope API based on feedback
2023-08-08 15:36:27 -07:00
Matt BiernerandGitHub ce417fac2a withUndefinedAsNull(x) -> x ?? null (#189983)
Replaces `withUndefinedAsNull` with the `??` operator
2023-08-08 15:31:32 -07:00
Matt BiernerandGitHub ce652fbb3a Enable sash for webview find widget (#189977)
Fixes #189648
2023-08-08 15:16:03 -07:00
Megan RoggeandGitHub e6fcbab20a Merge pull request #189950 from microsoft/merogge/help-dialog-screen-reader
wait for context view to hide so screen reader detects focus change
2023-08-08 15:08:41 -07:00
Justin ChenandGitHub 49ac847cc8 bugfix for actionWidget hovers (#189955)
* bugfixes on actionWidget.css

* added selector in ListWidget styling
2023-08-08 22:47:20 +01:00
Matt BiernerandGitHub 8c7747252e Move drop/paste ids onto providers (#189961)
For #179430, #30066

This lets us call just the provider we are interested in
2023-08-08 14:44:03 -07:00
meganrogge 79c2fe4972 add hack comments 2023-08-08 14:37:24 -07:00
Kartik Raj 700de16f25 Rename doc 2023-08-08 21:31:50 +00:00
Matt BiernerandGitHub 8f4385d10c Use unique ident pool per mangling (#189959)
Fixes #189124
2023-08-08 23:26:50 +02:00
Kartik Raj 3b9cb42639 Modify environment collection scope API based on feedback 2023-08-08 21:22:56 +00:00
71282c3d52 forwarding: add built-in tunnel forwarding extension (#189874)
* forwarding: add built-in tunnel forwarding extension

- Support public/private ports, which accounts for most of the work in
  the CLI. Previously ports were only privat.
- Make the extension built-in. Ported from the remote-containers
  extension with some tweaks for privacy and durability.
- This also removes the opt-in flag, by not reimplementing it 😛

Fixes https://github.com/microsoft/vscode/issues/189677
Fixes https://github.com/microsoft/vscode/issues/189678

* fixup! comments

---------

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2023-08-08 22:00:03 +01:00
meganrogge 76a7173100 add toolbar and more 2023-08-08 13:48:33 -07:00
Daniel Imms f011814dfe Fix test compile 2023-08-08 13:44:47 -07:00
Raymond ZhaoandGitHub 2159f75d4b Fix node-gyp not found error (#189942) 2023-08-08 13:42:53 -07:00
Matt BiernerandGitHub 66f62899b8 Don't return editor object from command (#189083)
Fixes #188981

The editor pane can't be serialized so we shouldn't return it here
2023-08-08 13:39:08 -07:00
David DossettandGitHub d1c4bf3fcb Add CSS vars for slash commands and tweak styling (#189965)
Add css vars for slash commands and tweak styling
2023-08-08 13:37:37 -07:00
Raymond ZhaoandGitHub 42b4bf0670 Add Settings editor smoke tests (take 2) (#189867) 2023-08-08 13:01:53 -07:00
meganrogge f5eb72539e reorganize 2023-08-08 11:34:58 -07:00
meganrogge 29a451bcda make it easier to read 2023-08-08 11:31:58 -07:00
meganrogge 000f9f48ff fix syntax 2023-08-08 11:29:21 -07:00
David DossettandGitHub c27bc0ff97 Fine tune editor widget backgrounds and border (#189957)
Fine tine editor widgets and border
2023-08-08 19:07:46 +01:00
David DossettandGitHub a169f60aa7 Add border radius to action-widget (#189953) 2023-08-08 18:26:04 +01:00
Daniel ImmsandGitHub ef45e03cc0 Merge branch 'main' into tyriar/187082_2 2023-08-08 10:00:37 -07:00
meganrogge eb32c77b14 fix issue 2023-08-08 09:57:15 -07:00
meganrogge c448354dd7 allow context view to hide before showing next view so screen reader detects focus change 2023-08-08 09:43:40 -07:00
Tyler James LeonhardtandGitHub cc5a1085ba pass query to inner action to fix "Ask Chat" command (#189945) 2023-08-08 17:24:42 +01:00
Joyce ErandGitHub 98d1724530 Simplify untitled text editor hint (#189862)
* Simplify untitled text editor hint

* API plumbing

* Restore untitled hint after exiting inline chat
2023-08-08 08:41:56 -07:00
Cody BeyerandGitHub 023a8ef56d adding azure-ai python packages (#189869) 2023-08-08 08:04:46 -07:00
Bhavya UandGitHub eff62cf95b Check for empty workspace first in StartupPage (#189859)
Check for empty workspace first
2023-08-08 08:01:05 -07:00
Daniel ImmsandGitHub 79a4385184 Merge pull request #189935 from microsoft/tyriar/171173
Correct API proposal link
2023-08-08 08:00:43 -07:00
Daniel Imms 3f20bf91ac Correct API proposal link
Part of #171173
2023-08-08 07:18:42 -07:00
Johannes RiekenandGitHub 2d89af3513 fix https://github.com/microsoft/vscode/issues/186477 (#189923) 2023-08-08 13:32:25 +01:00
Alexandru DimaandGitHub fffde1001a Merge pull request #189921 from microsoft/alexd/optimistic-swordtail
Improve mouse handling in sticky scroll
2023-08-08 14:21:35 +02:00
Johannes RiekenandGitHub a916301830 make sure to dispose listener (#189922)
fixes https://github.com/microsoft/vscode-copilot-release/issues/337
2023-08-08 14:17:59 +02:00
Alex Dima b4a505d304 Handle regular clicks with a separate mouse up listener 2023-08-08 13:12:45 +02:00
Alex Dima 3e4efd6e91 Avoid using a mouseover listener to determine the position 2023-08-08 12:34:29 +02:00
Alex Dima 9288b3e527 Extract duplicated getColumnOfNodeOffset 2023-08-08 12:10:11 +02:00
Alex Dima 1234372111 Eliminate StickyScrollWidget.hoverOnLine and use the DOM to store the rendered line number 2023-08-08 11:46:22 +02:00
Alex Dima 98dcf9bc5d Change IBaseMouseTarget.element to be an HTMLElement 2023-08-08 11:24:58 +02:00
Connor PeetandGitHub 85daa35afb build: don't fail on Node 16 until images are updated (#189886)
See #189855
2023-08-07 23:05:19 -07:00
Joyce ErandGitHub c557c0fc4d Fix 'Thinking...' not appearing in chat response (#189893) 2023-08-08 05:15:11 +01:00
Megan RoggeandGitHub a542f0bc9e Merge pull request #189883 from microsoft/merogge/help-dialog-view
add help menu for accessible views
2023-08-07 21:11:37 -07:00
Tyler James LeonhardtandGitHub c804f3ff50 Add an Open Quick Chat ({ProviderLabel}) command to the Command Palette (#189878)
* Add `Open Quick Chat ({ProviderLabel})` to the Command Palette

So it's more discoverable.

* remove private since it's an inline class
2023-08-07 18:49:37 -07:00
Matt BiernerandGitHub 39df243d21 priority -> yieldTo for drop/paste API proposals (#189881)
Move await from `priority` for drop/paste API proposals

For #179430, #30066

Switching to use `yieldTo` instead of `priority` to let an extension de-rank itself in the list of edits. `priority` was an arbitrary number while `yieldTo` gives more control over how the ranking takes place
2023-08-07 18:32:03 -07:00
meganrogge b8bc6711d7 add help menu for accessible views 2023-08-07 17:40:22 -07:00
Matt BiernerandGitHub 4f66a0c2c1 Updating bundled and build TS versions (#189868) 2023-08-07 17:04:12 -07:00