Skip to content

Commit aba0b64

Browse files
committed
v1.1.0, Use vscode.workspace.fs instead
1 parent 49387b5 commit aba0b64

File tree

5 files changed

+55
-550
lines changed

5 files changed

+55
-550
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.1.0]
4+
5+
- Use vscode.workspace.fs instead
6+
37
## [1.0.1]
48

59
- Fix #1: does nothing on MacOS

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22

33
> A VSCode extension that generates README.md files
44
5-
![Screenshot](https://github.com/thomascsd/vscode-readme-pattern/blob/master/screenshot.gif)
5+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/thomascsd.vscode-readme-pattern)
6+
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/thomascsd.vscode-readme-pattern)
7+
8+
![Screenshot](https://raw.githubusercontent.com/thomascsd/vscode-readme-pattern/master/screenshot.gif)
69

710
## Features
811

9-
- Includes 4 readme templates: Bot, Hackathon, Minimal, Standard, based on [The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium/tree/master/README%20Templates)
12+
- Includes 4 readme templates: Bot, Hackathon, Minimal, Standard, based on [The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium)
1013
- Creates project name by reading package.json
11-
12-
## Release Notes
13-
14-
### 1.0.0
15-
16-
Initial release
17-
18-
---

0 commit comments

Comments
 (0)