Skip to content

Template Sync: Exclude .dist-info directories from extension package #655

@github-actions

Description

@github-actions

🔄 Template Sync Required

Changes from the upstream vscode-python-tools-extension-template have not yet been incorporated into this repository.

Source PR

Summary

The template added a .vscodeignore entry to exclude .dist-info metadata directories under bundled/libs/ from the packaged extension. Without this, dist-info directories (metadata created by pip) are inadvertently bundled into the VSIX, increasing package size unnecessarily.

Files with missing changes

  • .vscodeignore: The entry bundled/libs/*.dist-info/** is absent. The current file already has bundled/libs/bin/** but is missing the dist-info exclusion line.

Suggested fix

 bundled/libs/bin/**
+bundled/libs/*.dist-info/**
 noxfile.py

🤖 This issue was auto-generated by the extension-template-sync workflow.

Generated by Extension Template Sync

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions