mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Engineering - fix compilation error (#298585)
This commit is contained in:
@@ -10,7 +10,7 @@ export class Extension extends vscode.Disposable {
|
||||
private readonly _output: vscode.LogOutputChannel;
|
||||
private _npmFeature: NpmUpToDateFeature | undefined;
|
||||
|
||||
constructor(context: vscode.ExtensionContext) {
|
||||
constructor(_context: vscode.ExtensionContext) {
|
||||
const disposables: vscode.Disposable[] = [];
|
||||
super(() => disposables.forEach(d => d.dispose()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user