Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into intellisense hover help for custom launch.json fields #46

Open
jcward opened this issue Mar 11, 2017 · 0 comments
Open

Look into intellisense hover help for custom launch.json fields #46

jcward opened this issue Mar 11, 2017 · 0 comments

Comments

@jcward
Copy link
Owner

jcward commented Mar 11, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant