You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
the
java.trace.server
configuration is an undocumented feature of VS Code. Formalizing its usage in vscode-java'spackage.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 tracemessages
: logs message types exchanged between VS Code and the java serververbose
: logs JSON messages exchanged between VS Code and the java serverThe text was updated successfully, but these errors were encountered: