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.
1 parent 5d0d3ca commit 8456cdfCopy full SHA for 8456cdf
1 file changed
src/lint.ts
@@ -45,7 +45,7 @@ export function lintCommand() {
45
return;
46
}
47
48
- const workspaceDir = workspaceFolder.uri.toString();
+ const workspaceDir = workspaceFolder.uri.fsPath;
49
lint(configuration["lintPath"], configuration["lintConfig"], workspaceDir)
50
.then((issues) => {
51
outputChannel.appendLine(`terraform.lint: ${issues.length} issues`);
0 commit comments