adobe / aio-cli-plugin-app-dev

App Builder CLI - dev command
Apache License 2.0
0 stars 2 forks source link

skip uninteresting files during debugging #42

Closed shazron closed 1 week ago

shazron commented 4 months ago

https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code

Use the fixture below to test, then:

  1. add to the template here https://github.com/adobe/generator-aio-app/blob/master/generators/add-vscode-config/index.js
  2. update this fixture code https://github.com/adobe/generator-aio-app/blob/master/test/__fixtures__/add-vscode-config/launch.json
  3. Update the docs at https://github.com/AdobeDocs/app-builder/pull/333
aiojbot commented 4 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2992

shazron commented 1 month ago

See #87