Xirider / LiveCode

Real-time python variable evaluation
MIT License
14 stars 2 forks source link

Fix Build Process #9

Open manuth opened 2 years ago

manuth commented 2 years ago

Currently, this extension is not able to be built using vsce package because of the node_modules directory being checked into the vcs. This prevents commands such as tsc etc. to be unable to be linked correctly on some operating systems. Having the node_modules folder checked into vcs is considered bad and is strongly discouraged.

Changes made in this PR will remove node_modules from vcs and remove the redundant license-field from the package.json file.