Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The vsix size of my own python is unusually small #24282

Closed
Pythoneryeah opened this issue Oct 10, 2024 · 1 comment
Closed

The vsix size of my own python is unusually small #24282

Pythoneryeah opened this issue Oct 10, 2024 · 1 comment
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team

Comments

@Pythoneryeah
Copy link

Pythoneryeah commented Oct 10, 2024

Hello, why I made my own python plugin installation package, the size is only 4M. The package downloaded from the official has 15M. Is my packing order wrong? My packing procedure is as follows:

  1. npm install
  2. npm run package

Image

I compared the two vsix, The difference seems to be due to the contents of the pythonFiles directory. How can I solve this problem?
Image

There is no lib file in the pythonFIles directory of my own python vsix. Why
Image

@Pythoneryeah Pythoneryeah added the feature-request Request for new features or functionality label Oct 10, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 10, 2024
@karthiknadig
Copy link
Member

Follow the steps in this yaml to build your VSIX: https://github.com/microsoft/vscode-python/blob/main/.github/actions/build-vsix/action.yml

That should help you build the VSIX exactly as we do.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants