-
Notifications
You must be signed in to change notification settings - Fork 453
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
Add parallel build settings. #741
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also update the readme.md and changelog.md files
06e8073
to
ec79375
Compare
@fbricon Updated |
CHANGELOG.md
Outdated
@@ -16,7 +19,7 @@ | |||
|
|||
## 0.33.0 (October 23rd, 2018) | |||
* enhancement - add new command to clean the server workspace. See [#655](https://github.com/redhat-developer/vscode-java/issues/655). | |||
* enhancement - add Mockito static imports by default. See [#679](https://github.com/redhat-developer/vscode-java/pull/679). | |||
* enhancement - add Mockito static imports by default. See [#679](https://github.com/redhat-developer/vspackacode-java/pull/679). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must fell sleep...
README.md
Outdated
@@ -84,6 +84,7 @@ The following settings are supported: | |||
* `java.import.gradle.enabled` : Enable/disable the Gradle importer. | |||
* `java.import.maven.enabled` : Enable/disable the Maven importer. | |||
* `java.autobuild.enabled` : Enable/disable the 'auto build'. | |||
* `java.maxConcurrentBuilds`: Set max simultaneous builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to the bottom of the list, in a *New in 0.36.0:*
paragraph
Signed-off-by: Yaohai Zheng <[email protected]>
ec79375
to
652fb0f
Compare
@Updated PR |
Signed-off-by: Yaohai Zheng [email protected]
eclipse-jdtls/eclipse.jdt.ls#896