Skip to content

Commit afd0d2d

Browse files
committed
Trim install path for linter
1 parent 5ad91d6 commit afd0d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/linting/LintingSupportProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class LintingSupportProvider {
337337
return null
338338
}
339339

340-
const matlabInstallPath = (await ConfigurationManager.getConfiguration()).installPath
340+
const matlabInstallPath = (await ConfigurationManager.getConfiguration()).installPath.trim()
341341
let binPath = ''
342342

343343
if (matlabInstallPath !== '') {

0 commit comments

Comments
 (0)