-
Notifications
You must be signed in to change notification settings - Fork 846
Open
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.Documentationdebug/configIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug testIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug test
Milestone
Description
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.jsondescription for each flaggo.delveConfigalready says "Debug configuration in the launch.json file will override these values", we should make such comments standard, possibly in both directions (forlaunch.jsonattributes - "Overrides xyz in settings.json" and forsetting.json- "Will be overriden by xyz in launch.json")- must also clarify when these do not apply to codelens options to run/test
- overview docs like https://github.com/golang/vscode-go/blob/master/docs/debugging.md and https://github.com/golang/vscode-go/blob/master/docs/settings.md
- tests (best way to keep the knowledge we need to document up-to-date)
thediveo
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.Documentationdebug/configIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug testIssues for config discrepancies b/n settings.json, launch.json, launch with F5, run test, debug test