Skip to content

Commit 6ef6633

Browse files
committed
switch to fallback instead of cache when remote option fails
1 parent 4f2b662 commit 6ef6633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/lsp/manifestResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ManifestResolver {
7070

7171
const manifest = this.parseManifest(manifestData.content)
7272
this.checkDeprecation(manifest)
73-
manifest.location = 'cache'
73+
manifest.location = 'fallback'
7474
return manifest
7575
}
7676

0 commit comments

Comments
 (0)