Please do not use vscode
in the dependencies
section of package.json
#1604
Labels
Issue-Enhancement
A feature request (enhancement).
The
vscode
npm module contains some helper stuff which can download vscode for testing purposes if you use continuous integration, which can download thevscode.d.ts
, but which also drags in a lot of dependencies. Theengines
field is the place which captures that this is a vscode extension and it is enforced at runtime.Using
vscode
in thedependencies
section leads to a lot larger extension size (for no good reason).The correct place to put it is in
devDependencies
.The text was updated successfully, but these errors were encountered: