forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
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:
- npm install
- npm run package
I compared the two vsix, The difference seems to be due to the contents of the pythonFiles directory. How can I solve this problem?

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

Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
