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
The extension works when there is both pdk and agent present, and when only one is present. The problem here is that the settings for the extension are not helping the user choose successful configurations and allowing mixing of settings that then produce incorrect paths to the parts of puppet we need.
The intention for auto was to not use installDirectory or installType, so that the extension would choose whether to use pdk or agent and which paths to use itself. This was intended to make the default 'happy path' the situation where a user has pdk installed to the default path and not require the user to set any settings.
Items to document:
If you installed either pdk or agent to the default install paths, and you want the extension to figure out whether to use pdk or agent, then do not set any settings.
If you installed either pdk or agent to the default install paths, but want to choose whether to use pdk or agent, set installType and omitinstallDirectory.
If you installed either pdk or agent to custom install paths, you must specifyinstallType as either agent or pdk, and setinstallDirectory to the correct path.
The extension works when there is both pdk and agent present, and when only one is present. The problem here is that the settings for the extension are not helping the user choose successful configurations and allowing mixing of settings that then produce incorrect paths to the parts of puppet we need.
The intention for
auto
was to not useinstallDirectory
orinstallType
, so that the extension would choose whether to usepdk
oragent
and which paths to use itself. This was intended to make the default 'happy path' the situation where a user haspdk
installed to the default path and not require the user to set any settings.Items to document:
pdk
oragent
to the default install paths, and you want the extension to figure out whether to usepdk
oragent
, then do not set any settings.pdk
oragent
, setinstallType
and omitinstallDirectory
.installType
as eitheragent
orpdk
, and setinstallDirectory
to the correct path.Originally posted by @jpogran in puppetlabs/puppet-vscode#668 (comment)
The text was updated successfully, but these errors were encountered: