Commit Graph

136358 Commits

Author SHA1 Message Date
Raymond Zhao
d499211732 fix: switch everyone to DEB822 (#260171)
Fixes #259302
2025-08-06 11:52:08 -07:00
dependabot[bot]
4c5f085f77 Bump tmp from 0.2.3 to 0.2.4 in /build (#260146)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 11:32:13 -07:00
Matt Bierner
a3def9be7a Merge pull request #254560 from microsoft/dev/mjbvz/ts-native-optional-compile-step
Use TS native for some of our noEmit checks
2025-08-06 11:14:47 -07:00
Justin Chen
f0b1d54920 make sure we only render thinking if there is thinking text (#260161) 2025-08-06 18:13:15 +00:00
Raymond Zhao
c995a68ee0 chore: add more suppressions (#260152)
Suppresses Windows ARM vsce-sign false positives.
2025-08-06 17:42:25 +00:00
Matt Bierner
02ea848986 reset package.json 2025-08-06 10:30:32 -07:00
Matt Bierner
7db0d1db7c Bumping ts versions in script 2025-08-06 10:27:07 -07:00
Matt Bierner
2839e2ac1e Reset extra space 2025-08-06 10:25:21 -07:00
Matt Bierner
4dc82f4021 reset settings 2025-08-06 10:24:40 -07:00
Matt Bierner
98e8ccdfcf Move some of our checks to use tsgo
Also removing for CI everything for now
2025-08-06 10:22:23 -07:00
Matt Bierner
080fe3a498 Merge pull request #260147 from mjbvz/comfortable-lion
Fix possible race when updating code blocks
2025-08-06 10:22:22 -07:00
Matt Bierner
496f2eea00 Merge branch 'main' into dev/mjbvz/ts-native-optional-compile-step 2025-08-06 10:12:56 -07:00
Matt Bierner
a4bb418584 Fix possible race when updating code blocks
Fixes #260080
2025-08-06 10:09:45 -07:00
Copilot
0b6793b984 Fix testing.toggleInlineCoverage action appearing when it shouldn't be available (#259918)
* Initial plan

* Fix testing.toggleInlineCoverage action appearing when it shouldn't

- Add new context key `hasInlineCoverageDetails` to track when per-line coverage is available
- Update `testing.toggleInlineCoverage` menu condition to use new context key
- This ensures the action only appears when inline coverage can actually function
- Other coverage actions (toolbar, filter) continue to use `hasCoverageInFile` as appropriate

Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>

* Add test for hasInlineCoverageDetails context key logic

- Test verifies that CoverageDetailsModel with ranges indicates inline coverage is available
- Test verifies that empty coverage details indicates no inline coverage

Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>

* format doc

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>
Co-authored-by: Connor Peet <connor@peet.io>
2025-08-06 17:05:12 +00:00
Druzhkov Sergei
274d71002e Fix memory reference handling in Watch window (#259753) 2025-08-06 16:19:51 +00:00
Benjamin Pasero
55377133de Smoke-test failure: directory not empty (fix #260110) (#260121) 2025-08-06 16:00:13 +00:00
Benjamin Pasero
96f6a0fa4e Saving untitled editor with encoding drops that encoding (fix #260117) (#260118) 2025-08-06 17:54:23 +02:00
Copilot
6a9c821b13 Fix backspacing terminal REPL suggestions not updating for trigger characters (#258847)
* Initial plan

* Fix backspacing terminal REPL suggestions by handling all trigger characters

Co-authored-by: anthonykim1 <62267334+anthonykim1@users.noreply.github.com>

* Make code cleaner

* Simplify if statement, defer copilot tests

* leave extra comment

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: anthonykim1 <62267334+anthonykim1@users.noreply.github.com>
Co-authored-by: Anthony Kim <anthonykim@microsoft.com>
2025-08-06 15:53:30 +00:00
dependabot[bot]
ce668e2612 Bump form-data from 3.0.0 to 3.0.4 in /extensions/microsoft-authentication (#257162)
Bump form-data in /extensions/microsoft-authentication

Bumps [form-data](https://github.com/form-data/form-data) from 3.0.0 to 3.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v3.0.0...v3.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 3.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 08:52:51 -07:00
Daniel Imms
b341574e56 Merge pull request #259788 from microsoft/tyriar/259018
Move tasks tools into same file as terminal
2025-08-06 08:16:45 -07:00
Alex Ross
b855470cf4 Issues after selecting Go to Review from comment (#260109)
Fixes #255323
2025-08-06 15:03:50 +00:00
Loïc Mangeonjean
5a03ce4006 Fix theme not being synchronized with external windows on firefox (#259839)
Theme not properly updated in external windows on Firefox (fix #259835)

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-08-06 14:46:11 +00:00
Benjamin Pasero
1197402466 Investigate issues with subst workaround (fix #259872) (#260104) 2025-08-06 07:43:02 -07:00
Daniel Imms
444ebc4273 Merge remote-tracking branch 'origin/main' into tyriar/259018 2025-08-06 06:59:51 -07:00
Benjamin Pasero
c17bc6b0d3 Ctrl + Tab stops working after moving terminal to new window and back (fix #257058) (#260050) 2025-08-06 13:27:00 +00:00
Daniel Imms
abe8e93676 Merge pull request #259917 from microsoft/copilot/fix-259916
Fix terminal-suggest completions showing up in Python REPLs
2025-08-06 06:21:22 -07:00
Daniel Imms
01fd891329 Merge pull request #260047 from microsoft/tyriar/259926
Deny find -exec commands
2025-08-06 06:12:06 -07:00
Daniel Imms
d9bb6db341 Clean up 2025-08-06 06:05:05 -07:00
Daniel Imms
35c2992c79 Deny find -exec commands
Fixes #259926
2025-08-06 06:00:00 -07:00
Benjamin Pasero
27c10fba46 [chore] bump @types/mocha to match mocha (#260034) 2025-08-06 11:54:24 +00:00
Aman Karmani
934593aeb1 fix some typos (#259747) 2025-08-06 11:49:35 +00:00
Copilot
cee559ce6d Copilot quota bar uses incorrect theme colors (fix #256443) (#259965)
* Initial plan

* Fix gauge color definitions and CSS usage to match semantic meaning

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
2025-08-06 04:48:52 -07:00
Benjamin Pasero
946f961c6b Revert "fix https://github.com/microsoft/vscode-copilot/issues/18978" (#259999)
Revert "fix https://github.com/microsoft/vscode-copilot/issues/18978 (#252567)"

This reverts commit 9e65768dfb.
2025-08-06 13:02:32 +02:00
Alex Ross
29a1041bce Switch to auto for tree sitter exp settings (#260024)
Part of #257059
2025-08-06 12:58:59 +02:00
Alex Ross
731203bcde Update grammars (#260022) 2025-08-06 10:03:11 +00:00
Benjamin Christopher Simmonds
39da5aa998 Add recent completion ID for snooze (#260019)
add recent completion id for snooze
2025-08-06 12:00:14 +02:00
Benjamin Pasero
de6719ddf7 editor - offer a button to show logs in case of error (#256687) (#260016) 2025-08-06 10:51:24 +02:00
Matt Bierner
e594a054a2 Merge pull request #260013 from mjbvz/naval-lungfish
Adding some readonly in code lens
2025-08-06 01:50:24 -07:00
Matt Bierner
5b706ded0a Merge pull request #260012 from mjbvz/faithful-shrimp
Fix invalidModel warning when resolving code lenses after cancellation
2025-08-06 01:49:54 -07:00
Matt Bierner
3b01c638ef Merge pull request #260011 from mjbvz/interior-smelt
Fix leak warning for `DynamicCssRules`
2025-08-06 01:49:28 -07:00
Alexandru Dima
0f1467e9f8 Add languageId to editTelemetry.reportInlineEditArc (#260009) 2025-08-06 10:48:50 +02:00
Benjamin Pasero
9dc842c750 Extension host debug action follow up (fix #259819) (#260006) 2025-08-06 10:48:17 +02:00
Benjamin Pasero
4bd127c2f6 Cancel button clashes with dialog message (fix #258529) (#260002)
* Cancel button clashes with dialog message (fix #258529)

* 💄
2025-08-06 10:47:46 +02:00
Tyler James Leonhardt
b439b9bbea Add logging to NativeWebContentExtractorService (#259997) 2025-08-06 10:46:00 +02:00
Copilot
62fc056092 Prevent labels in secondary sidebar when activity bar is at bottom position (#259989)
* Initial plan

* Implement core fix for secondary sidebar icon display

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* Apply simpler fix to prevent labels when activity bar is at bottom

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* 💄

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-08-06 08:45:41 +00:00
Robo
53fa43adfa ci: fix build (#259996) 2025-08-06 10:44:45 +02:00
Matt Bierner
2d3592b0aa Adding some readonly in code lens
While trying to figure out #226936, I found it's very useful to know that these arrays are not being modified unexpectedly
2025-08-06 01:18:05 -07:00
Matt Bierner
ea4e0a76a1 Fix invalidModel warning when resolving code lenses after cancellation 2025-08-06 01:14:16 -07:00
Matt Bierner
f82c69148e Fix leak warning for DynamicCssRules 2025-08-06 01:11:12 -07:00
Justin Chen
43a9dc0df3 chain of thought API (#259939)
* cot api and rendering

* working progress streaminig

* streaming working

* collapsable thinking block

* some better styling

* fix merge conflict

* some cleaned up styling, removing copilot css

* label updates

* some vibe coded timer work

* fix anotha merge conflict

* thinking part with timer better

* render tools inside thinking container

* render markdown in container

* revert and remove majority ui changes

* fix some merge conflicts

* some cleanup

* hygiene
2025-08-06 00:47:36 -07:00