File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # Java Project Viewer
1
+ # Java Project Explorer
2
2
3
3
[ ![ Travis CI] ( https://travis-ci.org/Microsoft/vscode-java-explorer.svg?branch=master )] ( https://travis-ci.org/Microsoft/vscode-java-explorer )
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-java-explorer" ,
3
- "displayName" : " Java Project Manager " ,
3
+ "displayName" : " Java Project Explorer " ,
4
4
"description" : " Manage Java Projects in VSCode" ,
5
5
"version" : " 0.3.0" ,
6
6
"publisher" : " vscjava" ,
23
23
"activationEvents" : [
24
24
" onLanguage:java" ,
25
25
" workspaceContains:pom.xml" ,
26
- " workspaceContains:build.gradle"
26
+ " workspaceContains:build.gradle" ,
27
+ " onCommand:java.project.create"
27
28
],
28
29
"main" : " ./out/src/extension" ,
29
30
"contributes" : {
You can’t perform that action at this time.
0 commit comments