Commit Graph
118638 Commits
Author SHA1 Message Date
Benjamin Christopher SimmondsandGitHub e4e853fecf Workbench hover to align and correctly apply delay setting (#204871)
* Workbench hover

* 💄

* placement element for tabs and breadcrumbs

* enableInstantHoverAfterRecentlyShown

* 💄

* adobt custom hover in all toolbars and labels

* dropdown hover

* widgets

* dispose hover delegate uf own instance

* testing hover delegate (might be a better way of doing this?)

* nullHoverDelegateFactory

* registering the disposables and handing down options

* Hygiene

* fix quickinput
2024-02-15 20:25:45 +01:00
Johannes RiekenandGitHub 7215958b3c add commands to navigate between hunks (#205293)
https://github.com/microsoft/vscode/issues/203349
2024-02-15 15:57:24 +01:00
Ladislau SzomoruandGitHub 80b556e8fb SCM - do not show action for selected rows (#205292) 2024-02-15 15:54:17 +01:00
Ladislau SzomoruandGitHub 4f9a706c79 Git - add command to close all unmodified editors (#205278)
* Git - add command to close all unmodified tabs

* Fix compilation error
2024-02-15 14:33:02 +01:00
Ladislau SzomoruandGitHub f396fe0e2b Git - refresh decorators when incoming/outgoing changes (#205282) 2024-02-15 14:26:25 +01:00
Hylke BonsandHylke Bons ed22015fc4 Update codicons 2024-02-15 13:46:42 +01:00
b71d2e5b0b Fix memory leak in comments browser (#205162)
* Fix memory leak in comments browser

* 💄

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2024-02-15 13:21:56 +01:00
Benjamin PaseroandGitHub fc18e59421 Allow to dictate by voice into the text editor (fix #205263) (#205264) 2024-02-15 13:05:23 +01:00
Alex RossandGitHub 95a3805aa7 Polish change setting button in release notes (#205281) 2024-02-15 13:02:25 +01:00
Ulugbek Abdullaev 756a21701d rename suggestions: arrow down always goes to first candidate 2024-02-15 12:19:20 +01:00
Alex RossandGitHub be73f5ea6d Fix context menu position when zoomed (#205276)
* Add codefeature toggle

* Fix button size

* Fix context menu position when zoomed
Also set toggle disabled color
2024-02-15 12:15:03 +01:00
Hylke BonsandHylke Bons b4aab5842e theme: Reduce contrast between copilot chat rows 2024-02-15 12:14:22 +01:00
Hylke BonsandHylke Bons 474ca46d7b Update icons 2024-02-15 12:14:22 +01:00
Hylke BonsandHylke Bons 4f50cc2da0 extensions: Match "Extensions" label with website 2024-02-15 12:14:22 +01:00
Johannes RiekenandGitHub 4c06e3f867 rename proposal from chatRequestAccess to languageModels, move into new lm namespace (#205272)
* rename proposal from `chatRequestAccess` to `languageModels`, move into new `lm` namespace

https://github.com/microsoft/vscode/issues/199908

* fix itests
2024-02-15 12:02:08 +01:00
Johannes RiekenandGitHub 633992ca1c remove XYZTurn#agent#agentId because it is now just agent (#205266)
https://github.com/microsoft/vscode/issues/199908
2024-02-15 09:47:17 +01:00
Peng LyuandGitHub 6722b81416 Support cmd+arrow/enter when focus is outside of chat widget. (#205260) 2024-02-15 06:52:18 +01:00
Connor PeetandGitHub 3ce7ccff41 debug: initial support of breakpoint modes (#205251)
This supports breakpoint modes on exception, instruction, and source
breakpoints. It doesn't yet do data breakpoints since I was having
trouble figuring out a good user flow for that. You can test this on the
`connor4312/breakpoint-modes` branch of mock-debug, which I'll merge in
after the next DAP release.

![](https://memes.peet.io/img/24-02-68cd0222-8ef5-4d39-aa51-81ba5b8c2405.png)
2024-02-15 06:36:53 +01:00
Peng LyuandGitHub e587755905 Expose notebook variable type (#205250) 2024-02-15 01:30:07 +01:00
Aaron MungerandGitHub d16c5304a0 enable variable view for IW (#205249) 2024-02-14 16:08:50 -08:00
Andrea MahandGitHub b698f0817f Merge pull request #205246 from microsoft/roasted-raven
bump distro for copilot findfiles2 consumption
2024-02-14 16:30:46 -06:00
andreamah 55222fabf2 bump distro for https://github.com/microsoft/vscode-distro/commit/660e1818ca4ddccb41c09b6a44360c278ae1610e 2024-02-14 14:06:20 -08:00
Rob LourensandGitHub e9352a7739 Enable progress messages and references from variable resolvers (#205174)
* Enable progress messages and references from variable resolvers
For #204539

* Fixes
2024-02-14 12:58:17 -08:00
John MurrayandGitHub bbd14fc377 Make Collapse/Expand All button of Search tree initialize correctly (fix #204316) (#205235) 2024-02-14 11:03:53 -08:00
Tyler James LeonhardtandGitHub e6a59ec582 Couple LanguageModel auth fixes (#205233)
1. use the accountLabel
2. always have our detail, and then add on a justification if provided
2024-02-14 19:46:04 +01:00
Johannes RiekenandGitHub 0353033a81 api - refine agent property of turn instances (#205231)
https://github.com/microsoft/vscode/issues/199908
2024-02-14 19:43:44 +01:00
Peng LyuandGitHub 20859e3c00 Add api command for fetching notebook variables (#205224) 2024-02-14 19:16:07 +01:00
Johannes RiekenandGitHub b3b6068187 jsdoc and todo-update (#205201)
https://github.com/microsoft/vscode/issues/199908
2024-02-14 17:07:31 +01:00
Sandeep SomavarapuandGitHub ca86859b09 align contents to top (#205211) 2024-02-14 16:19:00 +01:00
Hylke BonsandHylke Bons 61458114b4 a11y: Use underlined links in HC themes 2024-02-14 15:05:27 +01:00
Johannes RiekenandGitHub 20501b7a4e Chat API updates (#205184)
* api - remove unused types, add jsdoc, make request handler setable (for consistency), more readonly usage

https://github.com/microsoft/vscode/issues/199908

* remove ChatMessage and Role

* fix a ton of compile errors...

* jsdoc
2024-02-14 12:19:03 +01:00
Ladislau SzomoruandGitHub 40c4d29a9d SCM - 💄 adopt Event.runAndSubscribe (#205194) 2024-02-14 12:18:35 +01:00
Henning DieterichsandHenning Dieterichs 16730821dd observable promise utilities 2024-02-14 11:52:57 +01:00
Johannes RiekenandGitHub 22ecb93990 remove unused event, dispose new event (#205190) 2024-02-14 11:51:59 +01:00
Peng LyuandGitHub 4f2ff19eca Merge pull request #205164 from microsoft/rebornix/healthy-buzzard
Ensure escape discard/accept changes properly.
2024-02-13 18:28:27 -08:00
rebornix 76aa3171d1 easier validation for input document position 2024-02-13 17:52:05 -08:00
rebornix 3e097d925e Allow empty selections -> index. 2024-02-13 16:19:23 -08:00
Connor PeetandGitHub 7f359bb293 debug: allow editing visualizers in debug tree (#205163)
* debug: allow editing visualizers in debug tree

* fix visibility lint
2024-02-13 16:18:29 -08:00
Tyler James LeonhardtandGitHub 702a1ffd58 Access tweaks for requestLanguageModelAccess (#205156)
1. remove the requirement that it has to be done during agent invocation
2. don't ask for auth when the model provider and the model requester are the same extension
3. since we don't have "language model activation events" start with a simple 3*2s timeout poll to wait for the language model registration to happen. (scenario: an extension activates before the extension that registers the model activates)
2024-02-13 16:15:48 -08:00
Ulugbek Abdullaev 8bec045945 rename suggestions: migrate to using list widget 2024-02-14 00:48:29 +01:00
rebornix 9209da7104 Ensure escape discard/accept changes properly. 2024-02-13 15:41:15 -08:00
Hylke BonsandHylke Bons 07446f6211 chat: Use alternating request/response color 2024-02-13 23:21:39 +01:00
Aaron MungerandGitHub 43088f2747 variable view initialization (#205149)
* intitialization fixes

* use more appropriate event
2024-02-13 22:09:35 +01:00
Ladislau SzomoruandGitHub 9576c1a7c5 Git - Add button/setting to always replace local tags in case of a conflict during the pull operation (#205148) 2024-02-13 22:04:29 +01:00
Andrea MahandGitHub 71bd033d63 Quick Search leaves preview editors open (#205141)
Fixes #203236
2024-02-13 13:02:37 -08:00
Henning DieterichsandHenning Dieterichs 5ef40d1286 Improves observable debug names 2024-02-13 21:50:59 +01:00
Henning DieterichsandHenning Dieterichs f205511a41 Improves observable test docs 2024-02-13 21:47:36 +01:00
Rob LourensandGitHub 30faa5af8a API notes (#205144) 2024-02-13 21:41:32 +01:00
Rob LourensandGitHub f174624716 Add tooltip to disabled command button (#205140) 2024-02-13 21:20:00 +01:00
Rob LourensandGitHub c2316194e2 Get rid of history2, variables2 (#205124)
* Get rid of history2

* Remove prompt2 and variables2

* Clean up variables2/prompt2

* Fix tests

* Fix ranges

* Fix test
2024-02-13 11:33:21 -08:00