Skip to content

Commit 7a57e38

Browse files
feat: removed need hard-coded snippet total, provide configurations for non-standard doc paths, and a snippet update
1 parent 2c52794 commit 7a57e38

File tree

6 files changed

+119664
-102934
lines changed

6 files changed

+119664
-102934
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ All notable changes to this project will be documented in this file. See [standa
99
- auto-tabbing through common parts of snippets (name of core resource, etc.)
1010
- configurable override of doc paths per provider repo (see: doc_root_path_overrides).
1111

12-
## [0.6.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.5.0...v0.6.0) (2021-03-03)
12+
## [0.6.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.5.0...v0.6.0) (2021-03-04)
1313

1414
### Changed
1515

16-
- pulling 115 providers (all official or partner tier) from the registry and shipping 8362 snippets
16+
- pulling 125 providers (all official or partner tier) from the registry and shipping 9341 snippets
1717
- refactored the core workflow to remove the need for the hard-coded number of total snippets (thanks, @orrin!)
18-
- regression: dropped async checkout/download of repos, making the snippet generation process a lot longer. Will fix in subsequent releases - this doesn't affect extension users, only snippet generators (devs on this project).
18+
- regression: dropped async checkout/download of repos, making the snippet generation process a lot longer. Will fix in subsequent releases - this doesn't affect extension users, only snippet generators (devs working on this project).
19+
- created to specify docs in non-standard paths.
1920

2021
## [0.5.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.4.0...v0.5.0) (2021-03-01)
2122

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 VS Code snippets. Over 8000 snippets in total.
9+
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured VS Code snippets. Over 9000 snippets included.
1010

1111
## Demo
1212

0 commit comments

Comments
 (0)