* tools sets: set the various github server names as aliases for github
* Update src/vs/workbench/contrib/chat/browser/languageModelToolsService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* use constants for github/playwright aliases
* update
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan
* Fix: Prevent multiple items from having focus in tree when clicking twisties
Replace focus instead of merging when splicing nodes with focus trait
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
* Add test for focus behavior when collapsing/expanding tree nodes
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
* Revert "Fix: Prevent multiple items from having focus in tree when clicking twisties"
This reverts commit 644907542e.
* Revert "Add test for focus behavior when collapsing/expanding tree nodes"
This reverts commit 0c85d5ad06.
* Updates
* PR feedback, remove tests
* PR feedback
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
Co-authored-by: Dmitriy Vasyura <dmitriv@microsoft.com>
1. the mcp server wasn't working... perhaps due to our js -> ts build move... or a bump in a npm package. Either way, good now.
2. I list out all tools across Copilot CLI & VS Code that would apply in this case... there's some overlap for sure... but I want to make sure we're golden for any renamed tools situations.
Previously history was read and updated individually by chat components,
which could cause some history to get lost if multiple chat editors
were open.
This adds a ChatHistoryNavigator which is a view on the chat history.
It reacts when new entries are appended, preserving the history position
of other editors while allowing editor-local modifications via its
'overlay' (which is also used to keep the current in-progress edit
when navigating back in history).
Also brings back _getFilteredEntry which was lost in my earlier refactor.
Refs #277318
* SCM - refactor history item tooltip
* Extract the hover code into a separate file
* SCM - add references into the hover
* Pull request feedback
* Fix compilation errors
* Run our build scripts directly as typescript #277567
Follow up on #276864
For #277526
* Remove a few more ts-node references
* Fix linux and script reference
* Remove `_build-script` ref
* Fix script missing closing quote
* use type only import
* Fix export
* Make sure to run copy-policy-dto
* Make sure we run the copy-policy-dto script
* Enable `verbatimModuleSyntax`
* Pipelines fixes
* Try adding explicit ext to path
* Fix bad edit
* Revert extra `--`
---------
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>