v0.1.3
This commit is contained in:
Родитель
88053a05fe
Коммит
da2a058fce
|
@ -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.1.3](#013)
|
||||
- [0.1.2](#012)
|
||||
- [0.1.1](#011)
|
||||
- [0.1.0](#010)
|
||||
|
@ -14,9 +15,11 @@ All notable changes to the "vscode-maven" extension will be documented in this f
|
|||
- [0.0.1](#001)
|
||||
|
||||
## Unreleased
|
||||
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
|
||||
|
||||
## Released
|
||||
### 0.1.3
|
||||
- Support different integrated terminals in Windows, namely `Git Bash`, `CMD`, `PowerShell`.
|
||||
|
||||
### 0.1.2
|
||||
- Can select folder to generate project from archetype.
|
||||
|
||||
|
|
|
@ -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.2",
|
||||
"version": "0.1.3",
|
||||
"icon": "resources/logo.png",
|
||||
"publisher": "eskibear",
|
||||
"engines": {
|
||||
|
@ -12,7 +12,7 @@
|
|||
"Languages",
|
||||
"Other"
|
||||
],
|
||||
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.1.2/README.md",
|
||||
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.1.3/README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Eskibear/vscode-maven.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче