Commit Graph

124157 Commits

Author SHA1 Message Date
John Murray 2238edf364 Implement /spam issue triaging command (#221940)
* Implement /spam issue triaging command

* Use `invalid` as the label
2024-07-22 17:23:21 -07:00
Paula ee33e6e029 Merge pull request #223156 from microsoft/Update-distro
Update distro hash
2024-07-22 17:08:44 -07:00
Matt Bierner 60e020f007 Pick up TS 5.5.4 recovery (#223155) 2024-07-22 17:07:45 -07:00
Matt Bierner 3d5ce8a91c Try to fix web ext host iframe CSP (#223153)
Potentially fixes #223134
2024-07-22 16:54:39 -07:00
Megan Rogge 5c7d54738f if there's more than one default build task, activate all providers (#223147) 2024-07-22 16:53:49 -07:00
Paula ce59c80fef Update distro hash 2024-07-22 16:42:49 -07:00
Tyler James Leonhardt 0f2aece8f9 Fix a couple button style issues (#223146)
Fixes https://github.com/microsoft/vscode/issues/221335
Fixes https://github.com/microsoft/vscode/issues/131398
2024-07-22 16:09:09 -07:00
Rob Lourens 4b51cf1a64 Enable tool calls to be requested manually by the user (#223143)
* Support user requesting tool calls

* Add toolChoice option

* Add icons to tools

* Fix build
2024-07-22 16:03:06 -07:00
Megan Rogge d78b7269ad add a setting for watch var announcements (#223139) 2024-07-22 15:51:42 -07:00
Rob Lourens b1077ab765 Clean up leftover file (#223144)
Fix #221142
2024-07-22 15:35:28 -07:00
Megan Rogge c7c6d054e6 delay task provider activation until the task is found/run or fallback to activating all (#223136)
fix #192043
2024-07-22 15:04:52 -07:00
Justin Chen 3077ca9d4f code actions on save for autosave afterDelay (#221785)
* code actions on save for afterdelay

* cleanup

* shift to using model and applyOnSaveActions

* cleanup code

* more cleanup

* address comments
2024-07-22 14:42:16 -07:00
Matt Bierner 163fd2adae Avoid type assertion (#223128)
Avoid cast

For #211878
2024-07-22 14:40:14 -07:00
Daniel Imms e2cdddfe45 Merge pull request #223127 from microsoft/tyriar/dupes2
Fix duplicate suggestions showing up
2024-07-22 14:06:39 -07:00
Daniel Imms a5fd194b90 Fix duplicate suggestions showing up
Bad merge
2024-07-22 13:49:57 -07:00
Henning Dieterichs 551bb65397 Runs OSS tool 2024-07-22 22:49:17 +02:00
Simon Siefke 3078b5251e feature: add setting whether or not to auto open a file after dropping it into the explorer (#213498)
* feature: add setting whether or not to auto open a file after dropping it into the explorer

* use setting

* fix property

* format code

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-07-22 13:41:49 -07:00
Krzysztof Cieslak f792784d5e Disable handling of mouse wheel on suggestion widget 2024-07-22 22:31:54 +02:00
Krzysztof Cieslak 4c55e88030 Make sure word wrap is not impacting the widget layout 2024-07-22 22:31:54 +02:00
Justin Chen 460572ac1f migrate to aux window service for issue reporter (#222315)
* use aux window service for issue reporter (#222313)

* add baseline, errors with styling

* attach window to instantiation

* some more thigns working

* some more decent work

* added title bar workings

* fix css and bordeR

* EVERYTHING FINALLY WORKING PLUS 10000 AURA

* fix import

* first pass cleanup

* more cleanup, css fixes

* better speciicity for issue reproting css

* fix test path

* fix styling for new vs. old issue

* upstream windows.ts for merge conflicts

* revert windows work for upsteram

* fix merge conflict attempt 2

* revert organize import

* clean up hygiene and tests

* remove import

* remove zoom, added type arch and release

* add host service and dialog service
2024-07-22 13:00:22 -07:00
Daniel Imms 50c5521ea2 Merge pull request #223114 from microsoft/tyriar/223063_2
Fix completions not showing up when requesting after a space
2024-07-22 12:40:15 -07:00
Daniel Imms 89c068f270 Merge pull request #223112 from microsoft/tyriar/223063
Compress completions further by excluding redundant tooltip
2024-07-22 12:31:09 -07:00
Ron Buckton 74a977b209 Update to support strictBuiltinIteratorReturn (#222009) 2024-07-22 12:25:52 -07:00
Daniel Imms 854acc47aa Fix completions not showing up when requesting after a space
Fixes #223063
2024-07-22 12:22:39 -07:00
Daniel Imms a2b9522404 Compress completions further by excluding redundant tooltip
Fixes #223063
2024-07-22 12:14:23 -07:00
Henning Dieterichs 709d1b879a Fixes diff editor rendering bug 2024-07-22 21:08:12 +02:00
Matt Bierner 54f90d6df0 Add experimental recursive version of executeHoverProvider command (#221993)
* Add test recursive version of command

For #218240

Adds a `executeHoverProvider_recursive` version of the command. This avoids calling any exclusive providers

Not super happy with this as it duplicates code for a very specialized use. However it does work and is considerably simpler than some of the other approaches I explored in #218240

Instead of adding duplicate commands, we could instead use an argument or somehow sneak this information in on the uri. Changing the uri is a little scary tho as we have to make sure the modified uri doesn't leak back and confuse providers

* Add versions for go to commands too
2024-07-22 11:12:19 -07:00
Joyce Er edfa11f9ea fix: rerender chat request context attachments when references are reported (#223100) 2024-07-22 10:54:01 -07:00
Connor Peet 642700c7ef testing: implement related code (#222252)
* wip

* testing: implement related code

This implements a simple provider-based related code feature, and
adopts it in the selfhost test extension.

It's surfaced to users via automatic delegation in the "run tests at
cursor" command, which I feel like it very natural. I also add two
commands which reuse the `SymbolNavigationAction` to implement
go to/peek views using the references infrastructure. The upstream
change involved in this is the addition of the "go to" preference
for tests.

cc @jrieken @mjbvz

* bump distro for API enablement
2024-07-22 10:52:40 -07:00
Matt Bierner b832b859e8 Finalize markdown update links on paste setting (#221760)
Fixes #209318

Enables this new feature by default (but as an option, not the default way to paste)
2024-07-22 09:52:01 -07:00
Megan Rogge be99763d62 update setting reference (#223073)
fix #4338
2024-07-22 09:08:01 -07:00
Bhavya U 7c10da935e Remove classifier-runner workflow (#222257) 2024-07-22 08:43:46 -07:00
Daniel Imms e0307bddec Merge pull request #222420 from microsoft/tyriar/222076__222089__tabExpansion
Terminal suggest git, code and code-insiders tab expansion
2024-07-22 08:42:55 -07:00
Robo 6c199b09f8 chore: bump electron@30.2.0 (#222756)
* chore: bump electron@30.2.0

* chore: update build for node.js v20.15.0

* chore: bump distro
2024-07-22 08:24:55 -07:00
Daniel Imms 639a49b0f6 Remove trailing , 2024-07-22 07:56:41 -07:00
Daniel Imms 960ff34de7 Remove completion key handlers 2024-07-22 07:53:26 -07:00
Daniel Imms 8770236563 copy header 2024-07-22 07:51:01 -07:00
Daniel Imms 81ba662aa2 Pre-sort code completions 2024-07-22 07:50:48 -07:00
Henning Dieterichs 84f63bf4e5 Fixes #221245 2024-07-22 16:38:43 +02:00
Robo e3b021a4c5 fix: duplicate definition of trusted type policy inside worker scope (#223065) 2024-07-22 07:34:44 -07:00
Daniel Imms 820a13e818 Remove unused command descriptions 2024-07-22 07:11:13 -07:00
Aiday Marlen Kyzy 5ff3c23a15 Fixing hover disappearance in chat pannel (#219099)
* adding code

* adding code to send the event at the lowest level

* adding code

* adding some code

* polish

* fixing hover disappearing too quickly, not looking at delay

* polishing the code

* cleaning

* adding cleaning code

* settign timeout to 0
2024-07-22 06:32:04 -07:00
Daniel Imms 194fe99cb9 Merge remote-tracking branch 'origin/main' into tyriar/222076__222089__tabExpansion 2024-07-22 06:03:57 -07:00
Ladislau Szomoru b97d0a2cb5 Git - include changes from both commits in the range (#223050) 2024-07-22 14:03:38 +02:00
Henning Dieterichs 3eeb527ea1 Fixes CI 2024-07-22 13:24:49 +02:00
Henning Dieterichs 7f25b42d1c Implements #vscode-copilot/issues/6249 2024-07-22 13:24:49 +02:00
Sandeep Somavarapu b72960fb2b fix #214617 (#223041) 2024-07-22 12:56:11 +02:00
Sandeep Somavarapu d64d40ad01 fix #221927 (#223020) 2024-07-22 03:10:16 -07:00
Sandeep Somavarapu 24c0693526 fix #218123 (#223011) 2024-07-22 12:06:34 +02:00
Ole d623abe7ee Show the first comment on a notebook cell, for any owner. (#219926)
Fixes Notebook cell comment is picked only from the first owner/provider #219924.
2024-07-22 09:49:04 +00:00