Skip to content

Commit

Permalink
feat: Add references and slither configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoBonato committed May 2, 2024
1 parent bedb426 commit f7d5810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function launchFeatures() {
testsPositionsClient.stop();
testsPositionsClient = null;
}

const folders = workspace.workspaceFolders;
if (folders) {
const files = await workspace.findFiles('**/*.sol', `${folders[0].uri.fsPath}/**`);
Expand Down

0 comments on commit f7d5810

Please sign in to comment.