-
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
"license": "MIT", | ||
"version": "0.16.0", | ||
"publisher": "vscjava", | ||
|
@@ -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 commentThe 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 commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. just removed |
||
"onCommand:java.formatterSettings" | ||
], | ||
"contributes": { | ||
|
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