File tree Expand file tree Collapse file tree 3 files changed +0
-156
lines changed
Expand file tree Collapse file tree 3 files changed +0
-156
lines changed Original file line number Diff line number Diff line change 8080 "title" : " Stop LocalStack" ,
8181 "category" : " LocalStack"
8282 },
83- {
84- "command" : " localstack.authenticate" ,
85- "title" : " Authenticate" ,
86- "category" : " LocalStack"
87- },
8883 {
8984 "command" : " localstack.openLicensePage" ,
9085 "title" : " Open license page" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import ms from "ms";
22import { StatusBarAlignment , window } from "vscode" ;
33import type { ExtensionContext } from "vscode" ;
44
5- import authenticate from "./plugins/authenticate.ts" ;
65import configureAws from "./plugins/configure-aws.ts" ;
76import logs from "./plugins/logs.ts" ;
87import manage from "./plugins/manage.ts" ;
@@ -18,7 +17,6 @@ import { createTimeTracker } from "./utils/time-tracker.ts";
1817
1918const plugins = new PluginManager ( [
2019 setup ,
21- authenticate ,
2220 configureAws ,
2321 manage ,
2422 statusBar ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments