File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
### Fixed
13
13
- 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 )
14
15
15
16
## 0.22.0
16
17
### Added
Original file line number Diff line number Diff line change 39
39
" workspaceContains:settings.gradle.kts" ,
40
40
" workspaceContains:*/settings.gradle.kts" ,
41
41
" workspaceContains:.classpath" ,
42
- " workspaceContains:*/.classpath"
42
+ " workspaceContains:*/.classpath" ,
43
+ " onCommand:_java.project.open"
43
44
],
44
45
"license" : " MIT" ,
45
46
"main" : " ./main.js" ,
You can’t perform that action at this time.
0 commit comments