mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
npm: use which (#121209)
This commit is contained in:
committed by
Alexandru Dima
parent
83f13c70ff
commit
f0a344a76e
@@ -8,7 +8,7 @@ import * as vscode from 'vscode';
|
||||
import { addJSONProviders } from './features/jsonContributions';
|
||||
|
||||
export async function activate(context: vscode.ExtensionContext): Promise<void> {
|
||||
context.subscriptions.push(addJSONProviders(httpRequest.xhr, false));
|
||||
context.subscriptions.push(addJSONProviders(httpRequest.xhr, undefined));
|
||||
}
|
||||
|
||||
export function deactivate(): void {
|
||||
|
||||
Reference in New Issue
Block a user