exceedsystem / vscode-macros

This extension gives the macro features to your vscode.
https://marketplace.visualstudio.com/items?itemName=EXCEEDSYSTEM.vscode-macros
MIT License
38 stars 2 forks source link

debug impossible #8

Closed cognominal closed 2 years ago

cognominal commented 2 years ago

I try to run debug a macro It complains about a missing engine property. I guess it refers to some package.json file

Capture d’écran 2022-01-31 à 03 49 11
exceedsystem commented 2 years ago

@cognominal

The error occurs because the Extension Development Host checks package.json for extension development. VSCode Macros do not use package.json, so that error is not the direct cause of the macro not being able to run.

Also, the 'Debug a macro' command only starts the Extension Development Host. If you would like to debug a macro, run the 'Run a macro' command on the Extension Development Host.

Regards.

exceedsystem commented 2 years ago

This issue has been closed. If you have any problems, please issue again.