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 restores the original setting name for the installation directory
where the extension can find the source files for the language server to
function. This allows us to ship a small release before we ship a
larger release with breaking changes later.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@
276
276
"agent"
277
277
]
278
278
},
279
-
"puppet.installDirectory": {
279
+
"puppet.puppetAgentDir": {
280
280
"type": "string",
281
281
"default": null,
282
282
"description": "The fully qualified path to the Puppet agent install directory. For example: 'C:\\Program Files\\Puppet Labs\\Puppet' or '/opt/puppetlabs/puppet'"
0 commit comments