Skip to content

Commit

Permalink
fix: scan workspace folders until biome is found (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Jan 28, 2024
1 parent 49543ab commit 5cb86dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ async function getWorkspaceDependency(
return biomePath.fsPath;
}
} catch {
return undefined;
outputChannel.appendLine(
`Could not resolve Biome in the dependencies of workspace folder: ${workspaceFolder.uri.fsPath}`,
);
}

return undefined;
}

return undefined;
Expand Down

0 comments on commit 5cb86dd

Please sign in to comment.