zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
MIT License
50 stars 4 forks source link

No warning when wrong child attributes are specified in launch.json #283

Open zero-plusplus opened 1 year ago

zero-plusplus commented 1 year ago

By default, undefined child attributes are allowed, so no warning appears.

If you want the warning to appear, you must specify false for additionalProperties in package.json.