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.
1 parent 05a2759 commit ac17249Copy full SHA for ac17249
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