Skip to content

Commit 3b3b39b

Browse files
committed
fix telemetry metadata field
1 parent 6ef6633 commit 3b3b39b

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 = 'fallback'
73+
manifest.location = 'cache'
7474
return manifest
7575
}
7676

0 commit comments

Comments
 (0)