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.
2 parents 05a2759 + ac17249 commit 9403ee8Copy full SHA for 9403ee8
src/extension.ts
@@ -936,6 +936,9 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
936
onDidChangeConnection(): vscode.Event<void> {
937
return _onDidChangeConnection.event;
938
},
939
+ getUriForDocument(document: string): vscode.Uri {
940
+ return DocumentContentProvider.getUri(document);
941
+ },
942
};
943
944
// 'export' our public API
0 commit comments