Use custom kerberos to reduce size (#9910)

* add custom kerberos

* fix kerberos and consolidate ignores
This commit is contained in:
Anthony Dresser
2020-04-17 15:15:06 -07:00
committed by GitHub
parent 0735f82548
commit 08bb6414b1
10 changed files with 49 additions and 721 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as kerberos from 'kerberos';
import * as kerberos from 'ads-kerberos';
import * as vscode from 'vscode';
export async function authenticateKerberos(hostname: string): Promise<string> {