mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
revert request changes & polish
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user