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 5ad91d6 commit afd0d2dCopy full SHA for afd0d2d
src/providers/linting/LintingSupportProvider.ts
@@ -337,7 +337,7 @@ class LintingSupportProvider {
337
return null
338
}
339
340
- const matlabInstallPath = (await ConfigurationManager.getConfiguration()).installPath
+ const matlabInstallPath = (await ConfigurationManager.getConfiguration()).installPath.trim()
341
let binPath = ''
342
343
if (matlabInstallPath !== '') {
0 commit comments