Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CAT-1493) - Fix missing file resource type parameters #353

Merged
merged 2 commits into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. (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.
    jordanbreen28 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c87471d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f17944 View commit details
    Browse the repository at this point in the history