Conversation
| - `java.debug.settings.showStaticVariables`: show static variables in "Variables" viewlet, defaults to `true`. | ||
| - `java.debug.settings.showQualifiedNames`: show fully qualified class names in "Variables" viewlet, defaults to `false`. | ||
| - `java.debug.settings.maxStringLength`: the maximum length of string displayed in "Variables" or "Debug Console" viewlet, the string longer than this length will be trimmed, defaults to `0` which means no trim is performed. | ||
| - `java.debug.settings.enableHotCodeReplace`: enable hot code replace for Java code. Make sure the auto build is not disabled for [VSCode Java](https://github.com/redhat-developer/vscode-java). See the [wiki page](https://github.com/Microsoft/vscode-java-debug/wiki/Hot-Code-Replace) for more information about usages and limitations. |
Contributor
There was a problem hiding this comment.
VSCode Java points to vscode-java marketplace?
Contributor
Author
There was a problem hiding this comment.
Not sure. I intent to point the the document for the options of the auto build. But there is no specific link.
Member
There was a problem hiding this comment.
This markdown file resides in GitHub, so pointing to GitHub feel natural.
akaroml
requested changes
Jan 30, 2018
| - `java.debug.settings.showStaticVariables`: show static variables in "Variables" viewlet, defaults to `true`. | ||
| - `java.debug.settings.showQualifiedNames`: show fully qualified class names in "Variables" viewlet, defaults to `false`. | ||
| - `java.debug.settings.maxStringLength`: the maximum length of string displayed in "Variables" or "Debug Console" viewlet, the string longer than this length will be trimmed, defaults to `0` which means no trim is performed. | ||
| - `java.debug.settings.enableHotCodeReplace`: enable hot code replace for Java code. Make sure the auto build is not disabled for [VSCode Java](https://github.com/redhat-developer/vscode-java). See the [wiki page](https://github.com/Microsoft/vscode-java-debug/wiki/Hot-Code-Replace) for more information about usages and limitations. |
Member
There was a problem hiding this comment.
This markdown file resides in GitHub, so pointing to GitHub feel natural.
package.json
Outdated
| "java.debug.settings.enableHotCodeReplace": { | ||
| "type": "boolean", | ||
| "description": "Enable hot code replace for Java code", | ||
| "default": true |
Member
There was a problem hiding this comment.
Suggest keep it false to allow partners like Red Hat to try them and report issues.
akaroml
approved these changes
Jan 30, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@andxu @akaroml @testforstephen