revert request changes & polish

This commit is contained in:
Martin Aeschlimann
2021-11-26 11:45:08 +01:00
parent bb89815cfb
commit f1455eabed
3 changed files with 40 additions and 43 deletions

View File

@@ -120,7 +120,7 @@ export function startClient(context: ExtensionContext, newLanguageClient: Langua
toDispose.push(disposable);
client.onReady().then(() => {
serveFileSystemRequests(client, runtime, context.subscriptions);
toDispose.push(serveFileSystemRequests(client, runtime));
client.sendNotification(CustomDataChangedNotification.type, customDataSource.uris);
customDataSource.onDidChange(() => {