Skip to content

Commit 3d7eebb

Browse files
authored
Fix package.json inconsistent issues. (#38)
1 parent c1d99a8 commit 3d7eebb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java Project Viewer
1+
# Java Project Explorer
22

33
[![Travis CI](https://travis-ci.org/Microsoft/vscode-java-explorer.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-java-explorer)
44

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-java-explorer",
3-
"displayName": "Java Project Manager",
3+
"displayName": "Java Project Explorer",
44
"description": "Manage Java Projects in VSCode",
55
"version": "0.3.0",
66
"publisher": "vscjava",
@@ -23,7 +23,8 @@
2323
"activationEvents": [
2424
"onLanguage:java",
2525
"workspaceContains:pom.xml",
26-
"workspaceContains:build.gradle"
26+
"workspaceContains:build.gradle",
27+
"onCommand:java.project.create"
2728
],
2829
"main": "./out/src/extension",
2930
"contributes": {

0 commit comments

Comments
 (0)