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

Document Java server trace capabilities #145

Closed
fbricon opened this issue Jan 24, 2017 · 0 comments
Closed

Document Java server trace capabilities #145

fbricon opened this issue Jan 24, 2017 · 0 comments
Assignees

Comments

@fbricon
Copy link
Collaborator

fbricon commented Jan 24, 2017

the java.trace.server configuration is an undocumented feature of VS Code. Formalizing its usage in vscode-java's package.json (similar to the HTML server) will prevent warnings in the VS Code settings file when it's used, as well as providing autocompletion for the supported values.

Supported values are:

  • off : no trace
  • messages : logs message types exchanged between VS Code and the java server
  • verbose : logs JSON messages exchanged between VS Code and the java server
@fbricon fbricon added this to the Late January 2017 milestone Jan 24, 2017
@fbricon fbricon self-assigned this Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant