File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { PackageJsonCodeActionProvider } from "./PackageJsonCodeActionProvider"
33import { findOutdatedPackages } from "./diagnostics/findOutdatedPackages"
44import { getPackageRanges } from "./diagnostics/getPackageRanges"
55import { subscribeToDocument } from "./diagnostics/subscribeToDocument"
6- import { updatePackage } from "./packages/updatePackage"
76import { DIAGNOSTIC_CODE } from "./utils/vars"
87
98let diagnosticCollection : vscode . DiagnosticCollection
@@ -44,10 +43,4 @@ export function activate(ctx: vscode.ExtensionContext): void {
4443 }
4544 )
4645 )
47-
48- ctx . subscriptions . push (
49- vscode . commands . registerCommand ( COMMANDS . update , ( name : string ) => {
50- updatePackage ( name )
51- } )
52- )
5346}
You can’t perform that action at this time.
0 commit comments