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 b8f6f31 + 1dcbdb5 commit fe4ab7aCopy full SHA for fe4ab7a
CHANGELOG.md
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+### Changed
10
+
11
+- ([GH-530](https://github.com/lingua-pupuli/puppet-vscode/issues/530)) Enable extension with Puppet workspace files
12
13
## [0.18.1] - 2019-06-07
14
15
### Added
package.json
@@ -53,6 +53,9 @@
53
"activationEvents": [
54
"onLanguage:puppet",
55
"onLanguage:puppetfile",
56
+ "workspaceContains:**/*.pp",
57
+ "workspaceContains:**/*.epp",
58
+ "workspaceContains:**/Puppetfile",
59
"onCommand:extension.puppetShowConnectionLogs",
60
"onCommand:extension.puppetShowConnectionMenu",
61
"onCommand:extension.puppetLint",
0 commit comments