vscode-hxcpp-debug
vscode-hxcpp-debug copied to clipboard
Look into intellisense hover help for custom launch.json fields
Apparently the debug adapter can define hover help for custom fields in the launch.json:
https://code.visualstudio.com/docs/extensionAPI/api-debugging#_the-vs-code-debug-protocol-in-a-nutshell
Instead VS Code passes all arguments from the user's launch configuration to the launch or attach requests. A schema for IntelliSense and hover information for these attributes can be contributed in the package.json of the debug adapter extension. This will guide the user when creating or editing launch configurations.