We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc594 commit 931444fCopy full SHA for 931444f
packages/language-server/lib/initialize.ts
@@ -62,7 +62,7 @@ export function initialize(
62
if (path.endsWith('.vue-global-types')) {
63
return true;
64
}
65
- return directoryExists!(path);
+ return directoryExists(path);
66
};
67
68
project.typescript.languageServiceHost.fileExists = path => {
0 commit comments