Skip to content

Commit

Permalink
Rename display name in marketplace (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon authored and NikolasKomonen committed Sep 25, 2018
1 parent 26d6f6b commit a2cdfcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

This VS Code extension provides support for creating and editing XML documents, based on the [LSP4XML language server](https://github.com/angelozerr/lsp4xml).
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.

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

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

## Requirements

* Java JDK 8+
* Java JDK 8 or more recent
* Ensure Java path is set in either:
* `java.home` in VSCode preferences
* Environment variable `JAVA_HOME` or `JDK_HOME`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-xml",
"displayName": "XML Support for VS Code",
"displayName": "XML Support by Red Hat",
"description": "XML linting, Intellisense, formatting and more...",
"version": "0.1.0",
"author": "Red Hat",
Expand Down

0 comments on commit a2cdfcd

Please sign in to comment.