Update service-downloader (#16565)

This commit is contained in:
Charles Gagnon
2021-08-04 14:29:54 -07:00
committed by GitHub
parent 47b249a7b1
commit 0060b0e27b
18 changed files with 134 additions and 134 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { ServerProvider, IConfig, Events } from 'service-downloader';
import { ServerProvider, IConfig, Events } from '@microsoft/ads-service-downloader';
import { ServerOptions, TransportKind } from 'vscode-languageclient';
import * as Constants from './constants';
import * as vscode from 'vscode';