Skip to content

Fix terminal-suggest extension icon#299397

Merged
mjbvz merged 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/polite-chipmunk
Mar 6, 2026
Merged

Fix terminal-suggest extension icon#299397
mjbvz merged 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/polite-chipmunk

Conversation

@mjbvz
Copy link
Copy Markdown
Collaborator

@mjbvz mjbvz commented Mar 5, 2026

Same root cause as #299396 but only caused the icon to be missing so it didn't show up in testing

Simple fix is to just move the icon out of src since the entire src dir is removed during bundling

Same root cause as microsoft#299396 but only caused the icon to be missing so not critical
@mjbvz mjbvz added this to the 1.112.0 milestone Mar 5, 2026
Copilot AI review requested due to automatic review settings March 5, 2026 07:15
@mjbvz mjbvz enabled auto-merge March 5, 2026 07:15
@mjbvz mjbvz disabled auto-merge March 5, 2026 07:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the terminal-suggest built-in extension icon not appearing by moving the icon asset out of src/ (which is excluded during extension packaging/bundling) and updating the manifest to reference the new location.

Changes:

  • Update extensions/terminal-suggest/package.json to point icon at ./media/icon.png.
  • Add the icon asset at extensions/terminal-suggest/media/icon.png so it’s included in the packaged extension (since .vscodeignore excludes src/** but not media/**).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/terminal-suggest/package.json Updates the extension manifest icon path to a non-excluded folder.
extensions/terminal-suggest/media/icon.png Adds the icon asset in media/ so it ships with the extension.

@mjbvz mjbvz merged commit 527f8aa into microsoft:main Mar 6, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants