This commit is contained in:
Yan Zhang 2017-11-29 12:12:43 +08:00
Родитель 812616138a
Коммит 21ca29e565
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -3,6 +3,7 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
- [0.2.0](#020)
- [0.1.4](#014)
- [0.1.3](#013)
- [0.1.2](#012)
@ -18,6 +19,10 @@ All notable changes to the "vscode-maven" extension will be documented in this f
## Unreleased
## Released
### 0.2.0
- add `maven.projects.pinnedPomPaths` entry in Workspace Settings.
- Can manually import `pom.xml` not located in root folder (right-click on `pom.xml`).
### 0.1.4
- Use artifactId as name of Node in side bar.(To fix display issues like unparsed `$` signs)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven Project Explorer",
"description": "Browse maven projects in sidebar, execute goals, generate project from archetype.",
"version": "0.1.4",
"version": "0.2.0",
"icon": "resources/logo.png",
"publisher": "eskibear",
"engines": {
@ -12,7 +12,7 @@
"Languages",
"Other"
],
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.1.4/README.md",
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.2.0/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Eskibear/vscode-maven.git"