-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(CAT-1493) - Fix missing file resource type parameters
Prior to this commit, when using the autocompletion feature of puppet-editor-services, the file resource type would be missing some parameters/properties in the dropdown completion list. It was found that this was due to the way the file resource type was structured in the puppet source code. The type defintion can be found in both /lib/puppet/type and /lib/puppet/type/file/. The way we can work around this is by altering the search glob, and combining the type defintions into one single file. This file is then deleted on completion.
- Loading branch information
1 parent
d42b6b4
commit 7500c73
Showing
1 changed file
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters