Skip to content

Commit eafe5f9

Browse files
author
James Pogran
authored
Merge pull request #648 from jpogran/gh-647-facts-welcome-view
(GH-647) Puppet Facts Welcome View
2 parents d655924 + 30bfe10 commit eafe5f9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
99
### Changed
1010

1111
- (maint) Update facts view telemetry
12+
- ([GH-647](https://github.com/puppetlabs/puppet-vscode/issues/647)) Add Puppet Facts Welcome View
1213

1314
## [0.26.0] - 2020-05-01
1415

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@
216216
}
217217
]
218218
},
219+
"viewsWelcome": [
220+
{
221+
"view": "puppetFacts",
222+
"contents": "No facts foundn\n [Refresh](command:puppet.refreshFacts)"
223+
}
224+
],
219225
"views": {
220226
"puppet-toolbar": [
221227
{

0 commit comments

Comments
 (0)