Skip to content

Commit 004ea59

Browse files
authored
Merge pull request #162 from Achal1607/better-tags
Provide better tags in vscode marketplace and minor README updates
2 parents 6b98feb + 4d572e2 commit 004ea59

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
[![Build Status](https://img.shields.io/github/actions/workflow/status/oracle/javavscode/main.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/oracle/javavscode/actions?query=workflow:Java%20Platform%20Support%20for%20Visual%20Studio%20Code)
2929
[![License](https://img.shields.io/github/license/oracle/javavscode?style=for-the-badge&logo=apache)](https://github.com/oracle/javavscode/blob/main/LICENSE.txt)
3030

31-
Java Platform extension, from Oracle, brings full featured Java development (edit-compile-debug & test cycle) for Maven and Gradle projects to VS Code, and is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.oracle-java).
31+
Java Platform extension from Oracle brings full featured development support (edit-compile-debug & test cycle) to VS Code. It offers support for Maven and Gradle projects.
3232

3333
## Getting Started
3434
1. Set JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` __jdk: Jdkhome__ setting to point to JDK which Language Server will run on and projects will be compiled with. More below in section [Selecting the JDK](#selecting-the-jdk)

vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Java Platform Extension for Visual Studio Code
2626

27-
Java Platform extension, from Oracle, extension brings full featured Java development (edit-compile-debug & test cycle) for Maven and Gradle projects to VSCode. As well as other features.
27+
Java Platform extension from Oracle brings full featured development support (edit-compile-debug & test cycle) to VS Code. It offers support for Maven and Gradle projects.
2828
## Getting Started
2929
1. Set JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` __jdk: Jdkhome__ setting to point to JDK which Language Server will run on and projects will be compiled with. More below in section [Selecting the JDK](#selecting-the-jdk)
3030
2. If no JDK is present in your system then extension can setup things for you. More below in section [JDK Downloader](#jdk-downloader)

vscode/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,20 @@
1616
"Programming Languages",
1717
"Debuggers",
1818
"Testing",
19+
"Snippets",
20+
"Linters",
21+
"Formatters",
1922
"Other"
2023
],
2124
"keywords": [
22-
"multi-root ready"
25+
"JDK",
26+
"OpenJDK",
27+
"Maven",
28+
"Gradle",
29+
"java properties",
30+
"junit",
31+
"multi-root ready",
32+
"multiroot"
2333
],
2434
"engines": {
2535
"vscode": "^1.76.0"

0 commit comments

Comments
 (0)