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 5502b49 commit a680d2eCopy full SHA for a680d2e
src/features/linter-provider.ts
@@ -426,6 +426,7 @@ export class FortranLintingProvider {
426
const modFlag = this.linter.modFlag;
427
// Return the workspaces cache directory if the user has not set a custom path
428
if (modout === '') modout = this.storageUI;
429
+ if (!modout) return [];
430
431
modout = resolveVariables(modout);
432
this.logger.debug(`[lint] moduleOutput: ${modFlag} ${modout}`);
0 commit comments