mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882)
This commit is contained in:
parent
881a62869d
commit
0234eb23dd
@ -545,6 +545,9 @@ delete Object.prototype.__proto__;
|
||||
getCachedExportInfoMap() {
|
||||
return exportMapCache;
|
||||
},
|
||||
getGlobalTypingsCacheLocation() {
|
||||
return undefined;
|
||||
},
|
||||
getSourceFile(
|
||||
specifier,
|
||||
languageVersion,
|
||||
@ -1020,6 +1023,7 @@ delete Object.prototype.__proto__;
|
||||
debug(ts.formatDiagnostics(errors, host));
|
||||
}
|
||||
compilationSettings = options;
|
||||
moduleSpecifierCache.clear();
|
||||
return respond(id, true);
|
||||
}
|
||||
case "$getSupportedCodeFixes": {
|
||||
|
Loading…
Reference in New Issue
Block a user