debug: document when build/test flags are applied vs ignored #860
Labels
debug/config
Issues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug test
Debug
Issues related to the debugging functionality of the extension.
Documentation
Milestone
There is been some confusion as to which flags apply when and which ones are ignored (e.g. #1636, example, #855). This is prompting me to suggest that we clearly document these interactions in the following places:
package.json
description for each flaggo.delveConfig
already says "Debug configuration in the launch.json file will override these values", we should make such comments standard, possibly in both directions (forlaunch.json
attributes - "Overrides xyz in settings.json" and forsetting.json
- "Will be overriden by xyz in launch.json")The text was updated successfully, but these errors were encountered: