vscode-hxcpp-debug icon indicating copy to clipboard operation
vscode-hxcpp-debug copied to clipboard

Look into intellisense hover help for custom launch.json fields

Open jcward opened this issue 7 years ago • 0 comments

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.

jcward avatar Mar 11 '17 00:03 jcward