Commit Graph

128625 Commits (eaba97f9956fea702056c5eefa42c5d655d5372b)

Author SHA1 Message Date
Ladislau Szomoru eaba97f995
Git - extract history item detail provider (#238041)
* Initial refactor of hover commands

* Delete old code for hover commands

* More refactoring
2025-01-16 11:37:27 +01:00
Isidor Nikolic 47cff90e28
Merge pull request #238037 from microsoft/isidorn/quaint-urial
update distro pointer
2025-01-16 11:24:43 +01:00
isidorn a2eb5cbbb1 update distro pointer 2025-01-16 10:48:30 +01:00
Megan Rogge 31188fed06
add command to commands to skip shell (#238021) 2025-01-16 13:50:49 +09:00
Tyler James Leonhardt c799d209cd
Include checking for `github-enterprise` (#238008)
Insiders fix of https://github.com/microsoft/vscode/pull/237993

So that we hide the setup view for GHE.com users after they install Copilot & sign in.

Note: this behavior still isn't great if they haven't yet installed Copilot, but to keep this candidate small, we're just focused on fixing the case for when they have Copilot installed already.
2025-01-15 23:57:10 +01:00
Benjamin Christopher Simmonds b785c3bebc
Invalidate inline completion after timeout when editing elsewhere (#238007)
Invalidate inline completion after a timeout if user is editing elsewhere
2025-01-15 23:51:58 +01:00
Peng Lyu aebff8887d
Trigger overflowing widget to reposition on notebook list scrolling (#238006) 2025-01-15 23:37:56 +01:00
Megan Rogge ab1b9f6b3f
get terminal suggest details to show, make them toggleable (#238002) 2025-01-15 22:54:54 +01:00
Megan Rogge 722cd3698c
add `.` and `../` completions (#237836) 2025-01-15 21:41:48 +00:00
Megan Rogge e3cf0d3034
update sounds (#237970) 2025-01-15 22:39:57 +01:00
Sandeep Somavarapu a969b09781
clean up: remove watching existence of log file (#238000) 2025-01-15 22:33:02 +01:00
Sandeep Somavarapu e380382614
support opening all outputs in editor (#237998) 2025-01-15 22:20:08 +01:00
Benjamin Christopher Simmonds f5e4cd6ab2
Highlight only new text ranges (#237990)
highlight real ranges
2025-01-15 21:31:06 +01:00
Benjamin Christopher Simmonds 06e2304623
Add line replacement functionality to inline edits view (#237971)
line replacement view
2025-01-15 21:16:33 +01:00
Sandeep Somavarapu bfe7f28f8e
Improve the logic combining compound log entries by finding index while insertion (#237986) 2025-01-15 20:43:55 +01:00
Matt Bierner 6d87dc5bb7
Merge pull request #237069 from aslezar/fix-js-indent
feat: support custom js switch-case indentation
2025-01-15 11:42:48 -08:00
Matt Bierner 94a4a07b61
Merge pull request #237985 from mjbvz/swift-clownfish
Fix codicon sizing in rendered chat markdown
2025-01-15 11:26:49 -08:00
Matt Bierner 1b5b9ae4b2 Fix codicon sizing in rendered chat markdown
The codicon is currently rendered at a fixed size instead of adapting the the actual text size
2025-01-15 11:09:38 -08:00
Bhavya U 3699bd55bf
Show tooltip by adding title attribute for HTTP/HTTPS schemes (#237983) 2025-01-15 19:53:51 +01:00
Oleg Solomko 7fadaa1ddc
[instructions]: make the instruction attachment icon to have the default color (#237980) 2025-01-15 10:17:33 -08:00
Alexandru Dima e8d359e0aa
Improve the updating of the current inline completion when the user modifies the file and hide it when necessary (#237964)
* Improve the updating of the current inline completion when the user modifies the file and hide it when necessary

* Use an OffsetEdit only for inline edits

* Skip failing integration test
2025-01-15 18:34:24 +01:00
Ladislau Szomoru 36a79b5ce6
Git - move stage/unstage commands to the `...` menu (#237966) 2025-01-15 17:24:18 +01:00
Oleg Solomko aee2a11cd9
refactor prompt syntax related code (#237938)
* [refactor]: add II of `PromptContentsProviderBase` and the `cancelPreviousCalls` decorator

* [refactor]: add II of `FilePromptContentsProvider` and `TextModelPromptContentsProvider`, improve docs

* [refactor]: add unit tests for the  `Decoder.transform()` utility

* [refactor]: working on unit tests for the `FilePromptContentsProvider`

* [refactor]: add `TextModelPromptParser`, fix unit tests for `PromptFileReference`

* [refactor]: cleanup

* [refactor]: simplify `prompt parsers` by removeing the `PromptLine` abstraction

* [refactoring]: improve `prompt syntax` related files structure
2025-01-15 16:32:45 +01:00
Ladislau Szomoru 57e8c28877
GitHub - link provider for various hovers (#237961)
* Initial implementation

* Refactor code, add link to blame decoration

* Add links to timeline hover

* Saving my work

* Update remote order for "Open on GitHub" action

* Bug fixes

* Add link provider for graph hover

* Rename method
2025-01-15 16:30:43 +01:00
Ladislau Szomoru 96e03e0d94
Revert "Engineering - disable binskim (#237562)" (#237959)
This reverts commit b7b6f26c62.
2025-01-15 14:43:17 +01:00
Sandeep Somavarapu 588ec342a0
fix filtering compund logs (#237955) 2025-01-15 13:42:31 +01:00
Martin Aeschlimann 5ba4503b8b
mark MappedEditsProvider as deprecated (#237950) 2025-01-15 12:09:46 +01:00
Benjamin Christopher Simmonds 71ac7457c7
Fix halo effect removal in inline completions (#237881)
* fix halo effect removal

* 💄
2025-01-15 10:05:56 +01:00
Benjamin Christopher Simmonds d720132ea3
Disable pointer events for NES control to allow word selection (#237946)
fixes https://github.com/microsoft/vscode-copilot/issues/11649
2025-01-15 10:00:01 +01:00
Johannes Rieken fce85e9d27
uses /edit editor UX for "Apply In Editor" (#237944)
* WIP

* uses /edit editor UX for "Apply In Editor"

fixes https://github.com/microsoft/vscode-copilot/issues/8577
2025-01-15 09:38:56 +01:00
Rob Lourens 1db1071148
Make editFile tool safer (#237937) 2025-01-15 04:02:08 +01:00
Matt Bierner 97bd3a732d
Merge pull request #237928 from mjbvz/noble-blackbird
Pick up latest TS 5.7 recovery release
2025-01-14 15:55:32 -08:00
Matt Bierner e739a7c84e
Merge pull request #237927 from mjbvz/melodic-ferret
Pick up latest TS for building VS COde
2025-01-14 15:53:58 -08:00
Matt Bierner fcac4d7634 Pick up latest TS 5.7 recovery release 2025-01-14 15:34:31 -08:00
Matt Bierner f6b5206b33 Pick up latest TS for building VS COde 2025-01-14 15:31:01 -08:00
Justin Chen 115baa15e7
bump distro (#237925) 2025-01-14 23:09:22 +01:00
Tyler James Leonhardt 8eddff6613
Default to MSAL authentication 🚀 (#237920)
Here we go. Ref https://github.com/microsoft/vscode/issues/178740
2025-01-14 21:23:14 +01:00
Sandeep Somavarapu a4262a0612
Improve compund logs #237829 (#237922) 2025-01-14 12:10:15 -08:00
Rob Lourens ac721a2d45
Prevent extensions from registering tools with copilot_ or vscode_ in the name or tag (#237919)
* Allow extensions to access vscode_editing tagged tools. Can make a decision later on whether to keep that. But filter out editFile tool to avoid confusion

* Prevent extensions from registering tools with copilot_ or vscode_ in the name or tag
2025-01-14 20:39:54 +01:00
Matt Bierner c2a5cea868
Merge pull request #237863 from mjbvz/marginal-junglefowl
Fix bad code action conversation
2025-01-14 11:13:09 -08:00
Anthony Kim 35b2db3ed1
Bring back expose shell's environment - bash (#237844)
* bring back expose shell's environment bash

* I want to see why the test is failing the build

* Pass test, disable it until we enable for stable

---------

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-01-14 10:15:46 -08:00
Raymond Zhao 2174db3d18
fix: add key match score, revert contiguous search (#237855) 2025-01-14 18:06:25 +00:00
Bhavya U 4ccc274b69
Update video styling in getting started details renderer (#237912)
update
video styling in getting started details renderer
2025-01-14 18:47:25 +01:00
Connor Peet fc10c21738
testing: add a command to get tests in a uri (#237862) 2025-01-14 09:42:59 -08:00
Tyler James Leonhardt 37066ba9a9
Add QuickInput section to Customize Layout (#237847)
Makes it more discoverable.

ref https://github.com/microsoft/vscode/issues/17268
2025-01-14 17:23:08 +01:00
Bhavya U 29fa0859d0
feat: add video support to walkthrough steps and improve media handling (#237851) 2025-01-14 08:17:35 -08:00
Sandeep Somavarapu 92c30f1bf7
Add export actions to view overflow menu (#237907) 2025-01-14 16:56:51 +01:00
Christof Marti 9559aadb77 Improve test (#237890) 2025-01-14 16:14:42 +01:00
Sandeep Somavarapu 6306b4eb7f
forward user local and remote config values to ext hosts (#237898) 2025-01-14 16:09:27 +01:00
Sandeep Somavarapu 9b74f60816
fix #237874 (#237902) 2025-01-14 15:35:11 +01:00