Skip to content

Commit ffe38aa

Browse files
authored
fix: Cannot open file explorer from welcome view. (#771)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 4299903 commit ffe38aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1
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

+2-1
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)