We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bae72ad + ad4036f commit ad6a3feCopy full SHA for ad6a3fe
src/helpers/commandHelper.ts
@@ -157,7 +157,7 @@ export class CommandEnvironmentHelper {
157
[
158
{ name: 'confdir', value: settings.workspace.editorService.puppet.confdir },
159
{ name: 'environment', value: settings.workspace.editorService.puppet.environment },
160
- { name: 'modulePath', value: settings.workspace.editorService.puppet.modulePath },
+ { name: 'modulepath', value: settings.workspace.editorService.puppet.modulePath },
161
{ name: 'vardir', value: settings.workspace.editorService.puppet.vardir }
162
].forEach(function (item) {
163
if (item.value !== undefined && item.value !== '') {
0 commit comments