ikappas / vscode-composer

PHP Composer for Visual Studio Code
MIT License
24 stars 7 forks source link

Fix Build Process #22

Closed manuth closed 2 years ago

manuth commented 2 years ago

One of your dependencies (@types/node@^6.0.90) contains a /// <reference lib="..." /> reference which - according to TypeScript's Documentation requires at least TypeScript v3. This causes npm to fail building and packaging your extension currently.

Changes made in this PR will update the typescript package to v3 (most recent version is 4.6.x) which will make the build process work again.

ikappas commented 2 years ago

@manuth This has been fixed on develop pending release to master

manuth commented 2 years ago

@ikappas awesome! Thanks for taking care 😄