Skip to content

Commit a2cdfcd

Browse files
fbriconNikolasKomonen
authored andcommitted
Rename display name in marketplace (#49)
Signed-off-by: Fred Bricon <[email protected]>
1 parent 26d6f6b commit a2cdfcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Description
66

7-
This VS Code extension provides support for creating and editing XML documents, based on the [LSP4XML language server](https://github.com/angelozerr/lsp4xml).
7+
This VS Code extension provides support for creating and editing XML documents, based on the [LSP4XML language server](https://github.com/angelozerr/lsp4xml), running with Java.
88

99
![Basic features](https://user-images.githubusercontent.com/148698/45977901-df208a80-c018-11e8-85ec-71c70ba8a5ca.gif)
1010

@@ -25,7 +25,7 @@ This VS Code extension provides support for creating and editing XML documents,
2525

2626
## Requirements
2727

28-
* Java JDK 8+
28+
* Java JDK 8 or more recent
2929
* Ensure Java path is set in either:
3030
* `java.home` in VSCode preferences
3131
* Environment variable `JAVA_HOME` or `JDK_HOME`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-xml",
3-
"displayName": "XML Support for VS Code",
3+
"displayName": "XML Support by Red Hat",
44
"description": "XML linting, Intellisense, formatting and more...",
55
"version": "0.1.0",
66
"author": "Red Hat",

0 commit comments

Comments
 (0)