microsoft / vscode-dts

CLI utility for downloading vscode.d.ts and vscode.proposed.d.ts
MIT License
34 stars 15 forks source link

Suggest to remove unnecessary message 'Please set "enableProposedApi": true in package.json.' #5

Closed weinand closed 3 years ago

weinand commented 3 years ago

When running "yo code --insiders" the following message appears at the end:

Please set "enableProposedApi": true in package.json.

but when checking package.json, the property has already been set.

I suggest to remove the message because the number of messages is already overwhelming.

aeschli commented 3 years ago

The message is printed by vscode-dts. It should check whether the package.json already contains 'enableProposedApi

joaomoreno commented 3 years ago

Yes please.