Skip to content

Conversation

@EndlessTrax
Copy link
Owner

  • Update VS Code engine requirement to ^1.84.0 (Nov 2023)
  • Add missing package.json metadata fields:
    • license (MIT)
    • galleryBanner for better marketplace appearance
    • badges for GitHub stars
    • sponsor link
    • qna marketplace support
  • Improve .vscodeignore to reduce package size:
    • Exclude git and GitHub-related files
    • Exclude build artifacts and OS files
    • Exclude test and coverage directories
    • Exclude documentation files (viewable on GitHub)

- Update VS Code engine requirement to ^1.84.0 (Nov 2023)
- Add missing package.json metadata fields:
  - license (MIT)
  - galleryBanner for better marketplace appearance
  - badges for GitHub stars
  - sponsor link
  - qna marketplace support
- Improve .vscodeignore to reduce package size:
  - Exclude git and GitHub-related files
  - Exclude build artifacts and OS files
  - Exclude test and coverage directories
  - Exclude documentation files (viewable on GitHub)
@EndlessTrax EndlessTrax self-assigned this Oct 30, 2025
@EndlessTrax EndlessTrax added the enhancement New feature or request label Oct 30, 2025
@EndlessTrax EndlessTrax requested a review from Copilot October 30, 2025 14:45
Copy link
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

This PR updates the VS Code extension configuration by adding metadata and improving the build configuration. The changes enhance the extension's marketplace presentation and ensure proper packaging.

  • Added MIT license, gallery banner, badges, sponsor link, and QNA settings to package.json
  • Updated minimum VS Code engine requirement from 1.28.0 to 1.84.0
  • Extended .vscodeignore to exclude additional development files and directories from the extension package

Reviewed Changes

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

File Description
package.json Added marketplace metadata (license, gallery banner, badges, sponsor, QNA) and bumped VS Code engine requirement to 1.84.0
.vscodeignore Extended exclusion list to prevent unnecessary files (git files, test files, build artifacts, documentation) from being packaged

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@EndlessTrax EndlessTrax requested a review from Copilot October 30, 2025 14:48
Copy link
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

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


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EndlessTrax EndlessTrax merged commit 04acfb8 into master Oct 30, 2025
6 checks passed
@EndlessTrax EndlessTrax deleted the modernize-extension-core branch October 30, 2025 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants