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.
embeddedCodeId
1 parent a95effe commit 2cdaf12Copy full SHA for 2cdaf12
packages/language-service/lib/types.ts
@@ -70,7 +70,7 @@ export interface LanguageServiceContext {
70
documentUri: URI,
71
embeddedCodeId: string,
72
] | undefined;
73
- encodeEmbeddedDocumentUri(uri: URI, embeededCodeId: string): URI;
+ encodeEmbeddedDocumentUri(uri: URI, embeddedCodeId: string): URI;
74
}
75
76
export type ProviderResult<T> = T | Thenable<T>;
0 commit comments