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-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## 0.22.0
8
8
### Added
9
9
- Display non-Java files in Java Projects explorer. [#145](https://github.com./microsoft/vscode-java-dependency/issues/145)
10
-
- Show non Java projects in the Java Projects explorer. [#736](https://github.com./microsoft/vscode-java-dependency/issues/736)
10
+
- Show non-Java projects in the Java Projects explorer. [#736](https://github.com./microsoft/vscode-java-dependency/issues/736)
11
+
- Introduce a setting: `java.project.explorer.filters` to control whether non-Java resources show in Java Projects explorer. [#751](https://github.com./microsoft/vscode-java-dependency/issues/751)
11
12
- Support creating files and folders in Java Projects explorer. [#598](https://github.com./microsoft/vscode-java-dependency/issues/598)
12
13
- Apply file decorators to project level. [#481](https://github.com./microsoft/vscode-java-dependency/issues/481)
13
14
- Give more hints about the project import status. [#580](https://github.com./microsoft/vscode-java-dependency/issues/580)
"configuration.java.dependency.autoRefresh": "Synchronize Java Projects explorer with changes",
34
35
"configuration.java.dependency.refreshDelay": "The delay time (ms) the auto refresh is invoked when changes are detected",
35
36
"configuration.java.dependency.packagePresentation": "Package presentation mode: flat or hierarchical",
37
+
"configuration.java.project.explorer.filters": "Filters for the Java Projects explorer.",
38
+
"configuration.java.project.explorer.filters.nonJavaResources": "Specify whether non-Java resources will be filtered out.",
36
39
"configuration.java.project.exportJar.targetPath.customization": "The output path of the exported jar. Leave it empty if you want to manually pick the output location.",
37
40
"configuration.java.project.exportJar.targetPath.workspaceFolder": "Export the jar file into the workspace folder. Its name is the same as the folder's.",
38
41
"configuration.java.project.exportJar.targetPath.select": "Select output location manually when exporting the jar file.",
0 commit comments