-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More detailed language pack extension description #677
Conversation
package.json
Outdated
@@ -55,6 +55,7 @@ | |||
"onWebviewPanel:java.welcome", | |||
"onCommand:java.classpathConfiguration", | |||
"onWebviewPanel:java.classpathConfiguration", | |||
"onWebviewPanel:java.markdownPreview", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this line for? @jdneo please take a look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think i edited this line but somehow it's showing up here, i can remove it if helps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line has been removed in a recent commit. Feel safe to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just removed
package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "vscode-java-pack", | |||
"displayName": "Java Extension Pack", | |||
"description": "Popular extensions for Java development and more.", | |||
"description": "Popular extensions for Java development that provides Java intellisense, debugging, testing, Maven support, project management and more", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intellisense -> IntelliSense. It's a general term. See https://code.visualstudio.com/docs/editor/intellisense
Maven support -> Maven/Gradle support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great
anyone can help to merge this PR? I don't have write access : ( thanks~ |
Thank you @nickzhums |
By looking at the description of other language extensions, our java extension pack description is quite simple, so adding a few more details to provide more clarity for developers