Skip to content

Commit a5720fb

Browse files
overrides of all empty snippets added through config
1 parent 7cd61d0 commit a5720fb

File tree

8 files changed

+1444
-141
lines changed

8 files changed

+1444
-141
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## Future
6+
7+
* tests added
8+
* types added
9+
* placeholders for tabbing through snippet names added to each snippet
10+
511
## [0.2.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.5...v0.2.0) (2018-05-10)
612

713
* override and extra snippets now added through config
8-
* tests added
14+
* deprecated resources and data sources manually added for their successor
915

1016
## [0.1.5](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.4...v0.1.5) (2018-05-04)
1117

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![Terraform](https://github.com/run-at-scale/vscode-terraform-doc-snippets/raw/master/assets/terraform_logo.png "Terraform doc snippets")
88

9-
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured vscode snippets - 1452 snippets in total!
9+
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured vscode snippets - 1478 snippets in total!
1010

1111
## Demo
1212

0 commit comments

Comments
 (0)