Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffe38aa

Browse files
authoredMay 29, 2023
fix: Cannot open file explorer from welcome view. (#771)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
1 parent 4299903 commit ffe38aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Fixed
1313
- Fix spelling mistake in welcome view. [PR#760](https://github.com/microsoft/vscode-java-dependency/pull/760), contributed by [@jeremyfiel](https://github.com/jeremyfiel)
14+
- Cannot open file explorer from welcome view. [#770](https://github.com/microsoft/vscode-java-dependency/issues/770)
1415

1516
## 0.22.0
1617
### Added

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"workspaceContains:settings.gradle.kts",
4040
"workspaceContains:*/settings.gradle.kts",
4141
"workspaceContains:.classpath",
42-
"workspaceContains:*/.classpath"
42+
"workspaceContains:*/.classpath",
43+
"onCommand:_java.project.open"
4344
],
4445
"license": "MIT",
4546
"main": "./main.js",

0 commit comments

Comments
 (0)
Please sign in to comment.