Commit Graph

148279 Commits

Author SHA1 Message Date
Osvaldo Ortega
756602da18 Set GitHub context for open pull requests based on session resolution 2026-02-26 16:26:55 -08:00
Osvaldo Ortega
14ccccdca6 Remove redundant PR button label rendering logic and clean up CSS overflow property for actions container 2026-02-26 16:24:17 -08:00
Osvaldo Ortega
da914a8e85 Update PR button label adaptation to shorten based on text overflow 2026-02-26 16:22:50 -08:00
Osvaldo Ortega
39a9c47c0a Refactor PR button label handling to always render full label and shorten based on width after layout 2026-02-26 16:21:33 -08:00
Osvaldo Ortega
78633e8aef Update PR button label adaptation to check button width for overflow 2026-02-26 16:18:57 -08:00
Don Jayamanne
bdfa3333cf feat(chat): add target property to slash commands and enhance command filtering (#298123)
* feat(chat): add target property to slash commands and enhance command filtering

* Remove duplicate line

* Improve readability

* Update src/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputCompletions.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-26 23:59:53 +00:00
Osvaldo Ortega
b034e6fe18 Add overflow hidden to chat editing session actions container 2026-02-26 15:59:18 -08:00
Osvaldo Ortega
6bd6a8262b Enhance PR button label adaptation to use short label based on action overflow 2026-02-26 15:54:03 -08:00
Osvaldo Ortega
c2c56dfd59 Refactor ChangesViewPane to track current body width directly instead of using observable value 2026-02-26 15:52:24 -08:00
dependabot[bot]
e35ef9ba2b Bump rollup from 4.57.1 to 4.59.0 in /build/vite (#297821)
Bumps [rollup](https://github.com/rollup/rollup) from 4.57.1 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.57.1...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 15:49:33 -08:00
Osvaldo Ortega
b28e79dfa4 Refactor button label adaptation to track body width using observable value 2026-02-26 15:48:17 -08:00
dependabot[bot]
cfc0b71fbf Bump actions/setup-node from 4 to 6 (#297974)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 15:48:15 -08:00
dependabot[bot]
7b33d47baf Bump minimatch from 10.0.3 to 10.2.4 in /extensions/html-language-features (#298010)
Bump minimatch in /extensions/html-language-features

Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.2.4.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.0.3...v10.2.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.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>
2026-02-26 15:48:01 -08:00
dependabot[bot]
4ce5eb1a83 Bump hono from 4.12.0 to 4.12.3 in /test/mcp (#298076)
Bumps [hono](https://github.com/honojs/hono) from 4.12.0 to 4.12.3.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.0...v4.12.3)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 15:47:44 -08:00
Osvaldo Ortega
bdc3d86e37 Fix button label adaptation by tracking body container width instead of actions container 2026-02-26 15:45:18 -08:00
Osvaldo Ortega
7e503a9588 Add check for existing PR on active session change in ChangesViewPane 2026-02-26 15:42:57 -08:00
Justin Chen
fe82a76fec thinking header enforce first word must be past tense, dim text after verb (#298119)
* thinking headers: dim text after first word on finalize

When a thinking header finalizes, everything past the first word
(assumed to be a past tense verb) renders at 0.7 opacity while
the verb itself stays at full opacity.

* thinking titles: enforce first word must be a past tense verb

* thinking: remove top gap before first list item

* thinking: normalize streaming title detail line-height

* thinking: avoid inline-baseline header height jitter

* fix jump
2026-02-26 15:41:21 -08:00
Osvaldo Ortega
fded7dfe0c Adjust PR button short label threshold to 150px
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-26 15:39:25 -08:00
Osvaldo Ortega
513e8759b9 Add dynamic button label adaptation based on container width in ChangesViewPane 2026-02-26 15:28:15 -08:00
Osvaldo Ortega
6b6f8a7946 Add custom label for pull request actions in ChangesViewPane 2026-02-26 15:24:02 -08:00
Osvaldo Ortega
c040dd4b13 Refactor pull request handling to open repository page on API failure and update command to open pull request 2026-02-26 15:18:43 -08:00
Osvaldo Ortega
19a12a4ff3 Update pull request state handling to include all states in checks 2026-02-26 15:16:05 -08:00
Osvaldo Ortega
7c32c58bbd Remove 'state: open' from pull request creation and check functions 2026-02-26 15:09:54 -08:00
Sandeep Somavarapu
7822fcf9aa fix comparing active sessions (#298113) 2026-02-26 15:09:52 -08:00
Osvaldo Ortega
c4f26872d1 Add command to check for open pull requests and refactor session repository resolution 2026-02-26 15:08:16 -08:00
Alexandru Dima
8f0fd7e348 Include ready remote extension hosts in immediate activation (#298114)
Include ready remote extension hosts in immediate activation (fix #297019)

When `activateByEvent` is called with `ActivationKind.Immediate`, remote
extension hosts were unconditionally excluded to avoid blocking during
remote authority resolution. This caused extensions that only run on the
remote host (e.g. microsoft-authentication in web Codespaces) to never
get activated within the 5-second timeout window.

Add a synchronous `isReady` property to `IExtensionHostManager` so that
`_activateByEvent` can include remote hosts that are already connected
while still deferring those that aren't. Not-ready remote hosts continue
to be replayed via `_pendingRemoteActivationEvents` after initialization.
2026-02-26 23:02:18 +00:00
Justin Chen
1a353de913 enable terminal dropdowns (#298079)
flip terminal dropdowns on for everyone
2026-02-26 14:56:37 -08:00
dileepyavan
867b98ab99 Adding description for Sandboxing related tooltips in mcp.json (#298059) 2026-02-26 14:56:35 -08:00
Osvaldo Ortega
6ce4655c56 enable virtual workspaces capability in package.json 2026-02-26 14:54:56 -08:00
Connor Peet
88c4690842 debug: bump js-debug to 1.110 (#298111) 2026-02-26 14:53:31 -08:00
Connor Peet
9fd457a2cd plugins: fix overly aggressive marketplace querying (#298092)
* plugins: fix overly aggressive marketplace querying

Now we (correctly) only fetch marketplace data when searching in the agents view.

* comments
2026-02-26 14:53:15 -08:00
Osvaldo Ortega
68f9ece10a add logging for activation in GitHub extension 2026-02-26 14:48:20 -08:00
Sandeep Somavarapu
0f0916dcb0 fix titlebar part styling (#298109) 2026-02-26 22:44:46 +00:00
Osvaldo Ortega
abf18a18fc Refactor code structure for improved readability and maintainability 2026-02-26 14:40:52 -08:00
Sandeep Somavarapu
f1027ecc9a support history (#298096)
* support history

* feedback
2026-02-26 22:33:43 +00:00
Aiday Marlen Kyzy
4dfa19f48b Applying custom line heights after the edits are processed (#297999)
* adding lineHeightsAdded array

* polish

* fixing the test

* renaming to lineHeightAdded

* adding code to update the line heights on deletion

* polishing

* polishing

* polishing

* using same line for from and to

* adding unit test

* fixing merge

* fixing tests

* modifying the comment

* applying changes after

* removing comments

* fixing the tests

* renaming the variable
2026-02-26 23:28:20 +01:00
Osvaldo Ortega
9bbe456577 add logging for session menu and button configuration in ChangesViewPane 2026-02-26 14:24:50 -08:00
Osvaldo Ortega
3537bbcd37 Merge pull request #298072 from microsoft/copilot-worktree-2026-02-26T18-09-45
Sessions window: apply changes to parent repo
2026-02-26 14:22:52 -08:00
Paul
406db26459 More UI fixes for debug panel (#298104) 2026-02-26 14:21:34 -08:00
Matt Bierner
a453d99821 Port git extension to use esbuild
Fixes #296355
2026-02-26 14:10:15 -08:00
Joaquín Ruales
fbe3aeed07 Fix Integrated Browser Localhost Opener triggering in too many cases (#297874)
* Only open in Integrated Browser when allowContributedOpeners is true

* Feedback

* Feedback

* small update

Clarified comment on allowContributedOpeners parameter.

* small fix

Corrected a typo in the comment for clarity.
2026-02-26 12:51:22 -08:00
Henning Dieterichs
0a01b4f5ae Fixes vite warnings & improves pipeline 2026-02-26 21:03:52 +01:00
Osvaldo Ortega
0d0acbcde2 remove unnecessary context setting for open pull request in createPullRequest function 2026-02-26 11:58:29 -08:00
Osvaldo Ortega
7a46d11130 fix: improve notification messages for file application results in ApplyToParentRepoAction 2026-02-26 11:56:07 -08:00
Osvaldo Ortega
21049d3dc8 add openPullRequest command and update related logic in GitHub extension 2026-02-26 11:55:52 -08:00
Osvaldo Ortega
581b3dee1a fix: normalize URI to file scheme for accurate path comparisons in ApplyToParentRepoAction 2026-02-26 11:54:24 -08:00
Osvaldo Ortega
17a4f63600 fix: enhance proposed API check to validate enabledApiProposals in extension descriptions 2026-02-26 11:43:52 -08:00
Connor Peet
80de3ee6d2 plugins: fix mcp server discovery in plugins (#298038)
* plugins: fix mcp server discovery in plugins

Cleans up display a little too.

Closes https://github.com/microsoft/vscode/issues/297249

* comments
2026-02-26 11:24:59 -08:00
Benjamin Pasero
0287d20930 update distro (#298068) 2026-02-26 11:21:12 -08:00
Megan Rogge
f08c9d91d9 add tool to vscode vs agent set (#298060) 2026-02-26 11:20:44 -08:00