Skip to content

Commit 37951b4

Browse files
#502 change the default install type to PDK
1 parent 61e9fec commit 37951b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function DefaultWorkspaceSettings(): ISettings {
163163
enable: true
164164
},
165165
installDirectory: undefined,
166-
installType: PuppetInstallType.PUPPET,
166+
installType: PuppetInstallType.PDK,
167167
lint: {
168168
enable: true,
169169
},

0 commit comments

Comments
 (0)