Commit Graph

140221 Commits

Author SHA1 Message Date
Benjamin Pasero
16b9d1ba2a Git - Missing action to "Open File" from a staged new file (fix #249963) (#274182) 2025-11-02 19:21:45 +01:00
Rob Lourens
e69420f2b5 Fix inconsistent tool progress opacity (#274613)
I think this matches the original intent of this rule
Fix microsoft/vscode-copilot#18275
2025-11-02 16:44:27 +00:00
Daniel Imms
eb9e7bfcd8 Merge pull request #274589 from microsoft/tyriar/classifier2
Update classifier with missing labels
2025-11-02 07:21:09 -08:00
Daniel Imms
95b6298742 Merge pull request #274587 from microsoft/tyriar/264754
Fix git remote suggest descriptions
2025-11-02 07:20:52 -08:00
Daniel Imms
544da13d30 Merge pull request #274586 from microsoft/tyriar/267861
Increase confirmation button padding
2025-11-02 07:20:27 -08:00
Raymond Zhao
ea01b7e2bb chore: fix SBOM names (#274460) 2025-11-02 14:35:48 +01:00
Daniel Imms
7d407da3ee Update classifier with missing labels 2025-11-02 03:11:04 -08:00
Daniel Imms
279df68391 Fix git remote suggest descriptions
Fixes #264754
2025-11-02 02:37:53 -08:00
Daniel Imms
4b4ab95427 Increase confirmation button padding
Fixes #267861
2025-11-02 02:27:34 -08:00
Daniel Imms
d8a36d120f Merge pull request #274577 from microsoft/tyriar/269213_unknown
Use as unknown for unimportant as any cases in tests
2025-11-02 01:45:23 -08:00
Daniel Imms
cc1cb8b397 Merge pull request #274579 from microsoft/tyriar/269213_api_tests
Remove as any in vscode-api-tests
2025-11-02 01:45:07 -08:00
Benjamin Pasero
b487c0264d eslint - disallow querySelector and friends (#274582) 2025-11-02 09:03:41 +00:00
Daniel Imms
1fa5e92868 Merge pull request #274581 from microsoft/tyriar/classifier
Update my classifier entries
2025-11-02 01:53:41 -07:00
Matt Bierner
ab44b03a82 Merge pull request #274574 from mjbvz/dev/mjbvz/liquid-toad
Fix wrong session opened in new window
2025-11-02 01:43:49 -07:00
Daniel Imms
bffe073ce1 Update my classifier entries 2025-11-02 01:35:10 -07:00
Daniel Imms
80ebe13f31 Remove as any in vscode-api-tests
Part of #269213
2025-11-02 01:21:53 -07:00
Daniel Imms
3709e948ed Use as unknown for unimportant as any cases in tests
Part of #269213
2025-11-02 01:14:39 -07:00
Matt Bierner
b98669fcbd Fix wrong session opened in new window
Fixes #274552

We need to grab the session resource before clearing
2025-11-02 01:01:33 -07:00
Connor Peet
ceb31bb8f5 edits: fix 'restore checkpoint' leaving the request (#274542)
- For restoring to a request, we actually want to restore the request's
  initial checkpoint but put our pointer before it, so that further
  requests overwrite that request checkpoint.
- We previously didn't discard undone checkpoints when new ones were applied
- Refined the behavior of disablement to more explicitly provide the
  right UX (show up to and including the last checkpoint that contains
  any applied operation)
2025-11-02 07:05:54 +00:00
Martin Aeschlimann
10650218a3 support disabling custom modes (#274553)
* support disabling custom modes

* fix tests

* Update src/vs/workbench/contrib/chat/browser/promptSyntax/pickers/promptFilePickers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix

* fix

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-01 19:02:19 -07:00
Martin Aeschlimann
321ee5586b Remove unused code (#274549)
remove unused code
2025-11-01 14:16:54 -07:00
Daniel Imms
61784ef809 Merge pull request #274543 from microsoft/tyriar/274470
Fix rendering of markdown inside HEREDOC
2025-11-01 13:52:53 -07:00
Daniel Imms
9ae0922644 Fix rendering of markdown inside HEREDOC
Fixes #274470
2025-11-01 13:18:01 -07:00
Connor Peet
ac19bb5794 Merge pull request #274453 from microsoft/connor4312/extensible-tool-confirmations
tools: split out confirmation service from tools service
2025-11-01 12:45:49 -07:00
Ladislau Szomoru
9f0c40023e SCM - more graph polish (#274537) 2025-11-01 19:19:08 +00:00
Connor Peet
bfd31ff1e0 comments and tests 2025-11-01 10:49:30 -07:00
Connor Peet
fe7b7c47ed fix typo and add tests 2025-11-01 10:12:13 -07:00
Daniel Imms
18ae3a7c92 Merge pull request #274514 from microsoft/tyriar/274496__cwd__274511
Do async terminal tool prep in parallel
2025-11-01 09:37:47 -07:00
Daniel Imms
3336490200 Merge branch 'main' into tyriar/274496__cwd__274511 2025-11-01 08:58:38 -07:00
Ladislau Szomoru
9651f5487b SCM - fix background for selected graph node (#274512)
* SCM - fix background for selected graph node

* SCM - use inactive background for graph
2025-11-01 15:46:35 +00:00
Daniel Imms
0ff3b89943 Merge pull request #274504 from microsoft/tyriar/274497
Cache tree sitter trees temporarily
2025-11-01 08:25:37 -07:00
Daniel Imms
3a3afd7dc0 Merge pull request #274509 from microsoft/tyriar/274496__cwd
Resolve cwd for analyzers/rewriters in single place
2025-11-01 08:25:17 -07:00
Daniel Imms
c60b2c6efb Do async terminal tool prep in parallel
Fixes #274511
2025-11-01 08:22:04 -07:00
Daniel Imms
7321647e10 Ensure parser is registered in test to avoid leak 2025-11-01 08:04:43 -07:00
Daniel Imms
967dec9b82 Merge remote-tracking branch 'origin/main' into tyriar/274497 2025-11-01 08:02:55 -07:00
Daniel Imms
5279e6bbe2 Merge branch 'main' into tyriar/274496__cwd 2025-11-01 08:00:49 -07:00
Daniel Imms
ab627b8d08 Merge pull request #274502 from microsoft/tyriar/274496
Make command re-writing pluggable
2025-11-01 07:59:39 -07:00
Ladislau Szomoru
d219d2999a Git - adjust warning message and actions (#274508) 2025-11-01 14:57:40 +00:00
Daniel Imms
489d3c8384 Merge pull request #274506 from microsoft/tyriar/274482
Lazily init tree sitter parser
2025-11-01 07:52:20 -07:00
Daniel Imms
21e6118b0c Resolve cwd for analyzers/rewriters in single place
Part of #274496
2025-11-01 07:46:46 -07:00
Daniel Imms
cd677c28fe Remove instance from analyzer options 2025-11-01 07:34:46 -07:00
Daniel Imms
d1fe1c8db6 Move private to after publics 2025-11-01 07:22:20 -07:00
Daniel Imms
8efff37c11 Add parser to store to pass test 2025-11-01 07:14:33 -07:00
Daniel Imms
a31449505b Lazily init tree sitter parser
Fixes #274482
2025-11-01 06:59:51 -07:00
Daniel Imms
0e5f19005a Cache tree sitter trees temporarily
Fixes #274497
2025-11-01 06:49:18 -07:00
Daniel Imms
b688f7c67f Simplify tests 2025-11-01 06:31:27 -07:00
Daniel Imms
bc54d719c9 Move tests into new files 2025-11-01 06:29:38 -07:00
Daniel Imms
5fb77312a5 Make command re-writing pluggable
Fixes #274496
2025-11-01 06:18:35 -07:00
Ladislau Szomoru
69e17b67f1 Git - add more commands to repositories view (#274484)
* Git - add actions to delete branch/tag

* Fix rebase action label

* Git - add more commands
2025-11-01 13:27:56 +01:00
Ladislau Szomoru
c0755c9484 Git - add actions to merge/rebase to repositories view (#274480) 2025-11-01 08:08:31 +00:00