Skip to content

Commit

Permalink
fix: yarn codefind was loading no source files (#6993)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Jul 10, 2024
1 parent 724c54b commit f34e6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maintenance/src/codefind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function getCodePathAtPosition(
}

export function codefind(query: CodeFindQuery): Result[] {
const tsConfig = loadTSConfig(undefined, false);
const tsConfig = loadTSConfig("zwave-js", false);
const program = ts.createProgram(tsConfig.fileNames, {
...tsConfig.options,
preserveSymlinks: false,
Expand Down

0 comments on commit f34e6c7

Please sign in to comment.