Commit Graph

138719 Commits

Author SHA1 Message Date
Robo
fd10f9c207 chore: reduce any usage in build/ (#270109) 2025-10-06 22:56:36 +00:00
Raymond Zhao
26b72210d5 chore: add tag for CG tracking (#270108) 2025-10-06 22:52:17 +00:00
Tyler James Leonhardt
223e3f2f2a PR Feedback 💄 (#270106)
* PR Feedback 💄

From https://github.com/microsoft/vscode/pull/269884

* Update src/vs/base/common/oauth.ts

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

* Update src/vs/workbench/api/common/extHostMcp.ts

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-06 15:44:12 -07:00
Tyler James Leonhardt
d9136e807b Enable WWW-Authenticate Step-up (#269884)
* Enable WWW-Authenticate Step-up

Fixes https://github.com/microsoft/vscode/issues/269883

* Add scopes back in
2025-10-06 15:19:59 -07:00
Aaron Munger
2414493f6e cleanup: remove notebook chat controller (#270047)
* first pass, one bug fix

* remove unused code
2025-10-06 15:13:09 -07:00
Matt Bierner
155db140b3 Merge pull request #270102 from mjbvz/dev/mjbvz/deafening-lobster
Replace more `...args: any[]` with unknown
2025-10-06 14:26:50 -07:00
Matt Bierner
2b636917ce Replace more ...args: any[] with unknown
Follow up on #269213

Typing only change to make `args` type safer
2025-10-06 14:12:10 -07:00
Megan Rogge
75ff485ed9 rm ID from terminal completion provider (#270094) 2025-10-06 13:44:25 -07:00
Megan Rogge
eb8570fdfd Revert "Put terminal voice actions in separate group (#269596)" (#270085)
This reverts commit 77a9703074.
2025-10-06 20:30:19 +00:00
Matt Bierner
0b3bfc466f Merge pull request #270082 from mjbvz/dev/mjbvz/professional-dingo
Update most `IAction.run` calls to use `unknown` instead of `any` for args
2025-10-06 13:13:19 -07:00
Connor Peet
be88ab8f42 testing: fix running test message tense (#270092)
Fixes #269149
2025-10-06 13:12:11 -07:00
Connor Peet
bb5ef99f28 testing: lm failure messages not included for certain exts (#270091)
Fixes #269958
2025-10-06 12:58:25 -07:00
Matt Bierner
0bbb0975c1 Merge branch 'main' into dev/mjbvz/professional-dingo 2025-10-06 12:58:19 -07:00
Copilot
3cd82f950f Add Escape key keybinding to stop terminal voice dictation (#269712) 2025-10-06 19:30:38 +00:00
Giovanni Magliocchetti
98dd6045f5 testing: add "Go to Next/Previous Uncovered Line" navigation for Test Coverage (#269505)
* Add navigation for uncovered lines in test coverage

Implements [#258967](https://github.com/obrobrio2000/vscode/issues/258967)

- Add commands to navigate to next/previous uncovered lines
- Add navigation buttons to coverage toolbar widget
- Add keyboard shortcuts (Alt+F9 / Shift+Alt+F9)
- Navigation wraps around at file boundaries
- Buttons appear in coverage toolbar and editor title menu

This feature helps developers efficiently review coverage gaps
by allowing them to jump between uncovered lines without manual
scrolling through the file.

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

* Update src/vs/workbench/contrib/testing/browser/codeCoverageDecorations.ts

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

* Fix navigation logic and add sorting for uncovered lines

- Add proper sorting of missed lines by line number
- Fix corrupted control flow in previous/back navigation
- Add missing variable declarations
- Remove duplicate/incorrect conditional blocks

This fixes the navigation to work correctly with properly
ordered missed lines.

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

* feat: add navigation commands for uncovered lines in code coverage

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

* fix: add missing ID property and remove unused method

- Add static ID property to CodeCoverageDecorations class
- Remove unused isMissedLine method (logic handled inline)
- Fixes TypeScript compilation errors

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

* fix: update CodeCoverageDecorations ID to use Testing constant

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

* fix: refactor navigation titles for uncovered lines to use constants

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>

---------

Signed-off-by: Giovanni Magliocchetti <giovimag123@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-06 19:30:17 +00:00
Tyler James Leonhardt
8845fc4b5c Remove any casts in auth extensions (#270089) 2025-10-06 12:28:27 -07:00
Matt Bierner
59308a8b5e Merge pull request #270077 from mjbvz/dev/mjbvz/unacceptable-kite
Fix some `any` casts and `any` usage in instantiation service
2025-10-06 12:01:27 -07:00
Matt Bierner
35495535f4 Merge pull request #270084 from mjbvz/dev/mjbvz/growing-catshark
Update caller side of CommandService to use `unknown` instead of `any` for args
2025-10-06 11:55:34 -07:00
Matt Bierner
c37cfe47ad Don't remove type property 2025-10-06 11:42:53 -07:00
Matt Bierner
cc61ece433 Update caller side of command service to use unknown instead of any for args
Part of #269213

Updates the command service to use `unknown` for args. Does not yet update `ICommandHandler` as this will require many more changes
2025-10-06 11:41:01 -07:00
Matt Bierner
11c1e8cd34 Update most IAction.run calls to use unknown instead of any for args
Part of #269213

This prevents accessing arbitrary properties on the args without first doing a type check or type assertion
2025-10-06 11:30:03 -07:00
Ladislau Szomoru
bbe85db188 Git - remove usages of any (#270075)
* Git - remove usages of `any`

* 💄 fix check
2025-10-06 18:23:03 +00:00
Raymond Zhao
b4b3cacd74 debt: remove any casts (#270074) 2025-10-06 18:19:46 +00:00
Matt Bierner
9986b31449 Fix some any casts and any usage in instantiation service
For #269213
2025-10-06 11:12:41 -07:00
Matt Bierner
5b597d7632 Merge pull request #270068 from mjbvz/dev/mjbvz/assistant-flea
Fix `any` cast in code actions
2025-10-06 11:06:52 -07:00
Matt Bierner
ecaca4eb0f Merge pull request #270066 from mjbvz/dev/mjbvz/genuine-catshark
Remove a few more `any` casts
2025-10-06 11:06:28 -07:00
Matt Bierner
a7d4af608a Merge pull request #270061 from mjbvz/dev/mjbvz/fragile-macaw
Fix checking $traceid for empty args
2025-10-06 11:04:14 -07:00
Matt Bierner
7dfadc9ac1 Merge pull request #270059 from mjbvz/dev/mjbvz/agricultural-worm
Remove `any` casts in some built-in extensions
2025-10-06 11:03:34 -07:00
Matt Bierner
8d91dc1f43 Merge pull request #270057 from mjbvz/dev/mjbvz/mid-wildfowl
Use `replaceWith` in to avoid not null assertions
2025-10-06 10:49:10 -07:00
Matt Bierner
66a3043829 Fix any cast in code actions
For #269213
2025-10-06 10:38:50 -07:00
Matt Bierner
eb19dbe2ef Remove a few more any casts
For #269213
2025-10-06 10:33:43 -07:00
Rob Lourens
fec31469e0 Add CODENOTIFY (#270062) 2025-10-06 17:30:44 +00:00
Rob Lourens
366f234a6e Fix some 'as any' (#270060)
* Fix any cast

* Fix some 'as any'
2025-10-06 19:28:48 +02:00
dileepyavan
1f68f040cb Dileep y/267145 (#269788)
* fix for 267145

* fix for 267145: correcting variable name

* Update src/vs/workbench/contrib/debug/browser/repl.ts

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

---------

Co-authored-by: Connor Peet <copeet@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-06 10:22:04 -07:00
Bryan Chen
df7828ded0 Merge pull request #270052 from microsoft/brchen/chat-tool-presentation
feat: add 'hiddenAfterComplete' option to tool's presentation prop
2025-10-06 10:14:35 -07:00
Matt Bierner
4d32398e42 Fix checking $traceid for empty args 2025-10-06 10:10:49 -07:00
Matt Bierner
f4fe2163a9 Remove any casts in some built-in extensions
For #269213
2025-10-06 10:08:20 -07:00
Bryan Chen
a3114ecbfa Merge pull request #269619 from microsoft/brchen/add-in-endgame-notebook
Update not_team_members
2025-10-06 09:56:52 -07:00
Matt Bierner
8f5995ff85 Use replaceWith in to avoid not null assertions
Switches from `node.parent.replaceChild(x, node)` to `node.replaceWith(x)`. This lets us avoid having to check that the parent exists
2025-10-06 09:45:54 -07:00
Bryan Chen
93afee51ac add 'hiddenAfterComplete' option to tool's presentation prop 2025-10-06 09:08:56 -07:00
Alex Ross
e6cffb2136 Update grammars (#270045) 2025-10-06 16:03:06 +00:00
Benjamin Pasero
c2af8f92a0 debt - update no-any search (#270040) 2025-10-06 17:52:30 +02:00
Benjamin Pasero
7e8c7bef61 debt - reduce explicit any usage (#269814) 2025-10-06 15:19:56 +00:00
Benjamin Pasero
f07e678c82 debt - reduce CODEOWNERS again (#270024) 2025-10-06 14:02:15 +00:00
Benjamin Pasero
04f446cd78 debt - introduce CODENOTIFY (#270020) 2025-10-06 13:36:01 +00:00
Alex Ross
5507e6f11f Have TreeView checkboxes align with rest of custom checkboxes (#270014)
Fixes #252638
2025-10-06 15:32:11 +02:00
Johannes Rieken
49de261c1a fix a potential stale inline chat window cause (#269999)
re https://github.com/microsoft/vscode/issues/265579
2025-10-06 15:03:07 +02:00
Ladislau Szomoru
53bbb5267e Engineering - add missing check for macOS CLI job (#269996) 2025-10-06 12:47:04 +02:00
Ladislau Szomoru
f72b6326b1 Engineering - use correct template for macOS CI job (#269993) 2025-10-06 10:09:19 +00:00
Johannes Rieken
e21189678b Merge pull request #269353 from microsoft/joh/foolish-peacock
fixes https://github.com/microsoft/vscode-copilot-release/issues/9733
2025-10-06 11:56:03 +02:00