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
This old facts get fixed to ${facts['facts['os']['family']'] which is obviously wrong.
VS Code says Puppet(legacy_facts) plugins is raising an error and the only plugin with that name I could find was this one. I hope this is the correct repo for filing this issue.
Let me know if you need more info and which.
The text was updated successfully, but these errors were encountered:
Sorry for vague subject, can't think of a better one right now:)
I'm running VS Code puppet addon and some old modules are still using old facts which plugin tried to fix.
Example code:
This old facts get fixed to
${facts['facts['os']['family']']
which is obviously wrong.VS Code says Puppet(legacy_facts) plugins is raising an error and the only plugin with that name I could find was this one. I hope this is the correct repo for filing this issue.
Let me know if you need more info and which.
The text was updated successfully, but these errors were encountered: