Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Sep 26, 2024
1 parent e63ceb0 commit ee93e9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/language-server/src/plugins/typescript/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ async function createLanguageService(
function ensureProjectFileUpdates(newFile?: string): void {
const info = parsedTsConfigInfo.get(tsconfigPath);
if (!info) {
console.log('No tsconfig info found for', tsconfigPath);
return;
}

Expand Down

0 comments on commit ee93e9c

Please sign in to comment.