Skip to content

Commit

Permalink
chore: remove resolve tsconfig warn
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 9, 2023
1 parent 2013a10 commit a73e249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-language-core/src/utils/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function createParsedCommandLine(
};
}
catch (err) {
console.warn('Failed to resolve tsconfig path:', tsConfigPath, err);
// console.warn('Failed to resolve tsconfig path:', tsConfigPath, err);
return {
fileNames: [],
options: {},
Expand Down

0 comments on commit a73e249

Please sign in to comment.