Skip to content

update bundle to include prettier#3847

Merged
ntotten merged 1 commit intomainfrom
include_deps
Nov 28, 2025
Merged

update bundle to include prettier#3847
ntotten merged 1 commit intomainfrom
include_deps

Conversation

@ntotten
Copy link
Member

@ntotten ntotten commented Nov 28, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 28, 2025 20:40
@ntotten ntotten merged commit ae5d171 into main Nov 28, 2025
11 checks passed
@ntotten ntotten deleted the include_deps branch November 28, 2025 20:40
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 bundling configuration to include the entire Prettier package as a dependency in the VS Code extension package, rather than excluding dependencies during packaging.

Key changes:

  • Modified .vscodeignore to properly include all Prettier node_modules files
  • Removed --no-dependencies flag from all vsce package and vsce publish commands to bundle dependencies

Reviewed changes

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

File Description
.vscodeignore Updated ignore patterns to include the complete Prettier package directory and its contents
.github/workflows/main.yaml Removed --no-dependencies flag from package and publish commands to enable dependency bundling

Comment on lines +25 to +26
!node_modules/prettier/
!node_modules/prettier/**
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

The pattern !node_modules/prettier/ on line 25 is redundant since line 26's pattern !node_modules/prettier/** already includes the directory itself and all its contents. Consider removing line 25 to avoid duplication.

Suggested change
!node_modules/prettier/
!node_modules/prettier/**
!node_modules/prettier/**

Copilot uses AI. Check for mistakes.
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.

2 participants