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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Change Log
2
2
3
-
## 0.38.0 (January 30th, 2019)
3
+
## 0.38.0 (January 31st, 2019)
4
+
* enhancement - new dialog asking to hide java project settings files on startup. See [#776](https://github.com/redhat-developer/vscode-java/pull/776).
4
5
* bug fix - pick up gradle properties updates when doing full build. See [#758](https://github.com/redhat-developer/vscode-java/issues/758).
5
6
* bug fix - fixed inactive autocompletion after inserting a snippet in some cases. See [#768](https://github.com/redhat-developer/vscode-java/issues/768).
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ The following settings are supported:
80
80
*`java.import.gradle.enabled` : Enable/disable the Gradle importer.
81
81
*`java.import.maven.enabled` : Enable/disable the Maven importer.
82
82
*`java.autobuild.enabled` : Enable/disable the 'auto build'.
83
+
*`java.maxConcurrentBuilds`: Set max simultaneous project builds.
83
84
*`java.completion.favoriteStaticMembers` : Defines a list of static members or types with static members.
84
85
*`java.completion.importOrder` : Defines the sorting order of import statements.
85
86
*`java.progressReports.enabled` : [Experimental] Enable/disable progress reports from background processes on the server.
@@ -91,8 +92,8 @@ The following settings are supported:
91
92
*`java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
*`java.maxConcurrentBuilds`: Set max simultaneous project builds.
95
+
*New in 0.38.0:*
96
+
*`java.configuration.checkProjectSettingsExclusions`: Checks if the extension-generated project settings files (`.project`, `.classpath`, `.factorypath`, `.settings/`) should be excluded from the file explorer. Defaults to `true`.
"description": "Checks if the extension-generated project settings files (.project, .classpath, .factorypath, .settings/) should be excluded from the file explorer.",
0 commit comments