We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d655924 + 30bfe10 commit eafe5f9Copy full SHA for eafe5f9
CHANGELOG.md
@@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
9
### Changed
10
11
- (maint) Update facts view telemetry
12
+- ([GH-647](https://github.com/puppetlabs/puppet-vscode/issues/647)) Add Puppet Facts Welcome View
13
14
## [0.26.0] - 2020-05-01
15
package.json
@@ -216,6 +216,12 @@
216
}
217
]
218
},
219
+ "viewsWelcome": [
220
+ {
221
+ "view": "puppetFacts",
222
+ "contents": "No facts foundn\n [Refresh](command:puppet.refreshFacts)"
223
+ }
224
+ ],
225
"views": {
226
"puppet-toolbar": [
227
{
0 commit comments