You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the output from the Puppet Resource command in the language server
did not match the output from a normal `puppet resource` invocation. This
commit modifies the language server to mimic the behaviour from puppet-agent
by use the prune_parameters method prior to send the data back to the client.
Also and additional newline is placed between each resource for better
readability.
0 commit comments