Skip to content

Commit 5ceb732

Browse files
yaohaizhfbricon
authored andcommitted
Add parallel build settings.
Signed-off-by: Yaohai Zheng <[email protected]>
1 parent dc9a1a9 commit 5ceb732

File tree

4 files changed

+55
-45
lines changed

4 files changed

+55
-45
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.36.0 (TBD)
4+
* enhancement - new `java.maxConcurrentBuilds` preference to set max simultaneous project builds. See [#741](https://github.com/redhat-developer/vscode-java/pull/741).
5+
36
## 0.35.0 (November 30th, 2018)
47
* enhancement - `Organize imports` moved to `Source Action...` menu. See [#513](https://github.com/redhat-developer/vscode-java/issues/513).
58
* enhancement - rename refactoring now supports file operations (rename/move file). See [JLS#43](https://github.com/eclipse/eclipse.jdt.ls/issues/43).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ The following commands are available:
6161
- `Java:Clean the Java language server workspace`: Clean the Java language server workspace.
6262
- `Java:Attach Source`: Attach a jar/zip source to the currently opened binary class file. This command is only available in the editor context menu.
6363

64-
*Changes in 0.35.0:*
65-
- `Java:Organize imports` command has been removed from the editor context menu. It is now a code action item of the standard context menu `Source Action...`. Its default shortcut (`Shift+Alt+O`) is unchanged. See this [link](https://code.visualstudio.com/docs/editor/refactoring#_keybindings-for-code-actions) about how to customize keybindings for code actions.
66-
67-
6864
Supported VS Code settings
6965
==========================
7066
The following settings are supported:
@@ -95,6 +91,10 @@ The following settings are supported:
9591
* `java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
9692
* `java.completion.enabled` : Enable/disable code completion support.
9793

94+
*New in 0.36.0:*
95+
* `java.maxConcurrentBuilds`: Set max simultaneous project builds.
96+
97+
9898
Troubleshooting
9999
===============
100100
1. Check the status of the language tools on the lower right corner (marked with A on image below).

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)