Skip to content

Commit 070b0ab

Browse files
committed
chore: remove localstack.authenticate command
This change removes the `localstack.authenticate` command, as it's obsolete since the setup wizard handles all of the necessary setup steps.
1 parent fc7cdaa commit 070b0ab

File tree

3 files changed

+0
-156
lines changed

3 files changed

+0
-156
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
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",

src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import ms from "ms";
22
import { StatusBarAlignment, window } from "vscode";
33
import type { ExtensionContext } from "vscode";
44

5-
import authenticate from "./plugins/authenticate.ts";
65
import configureAws from "./plugins/configure-aws.ts";
76
import logs from "./plugins/logs.ts";
87
import manage from "./plugins/manage.ts";
@@ -18,7 +17,6 @@ import { createTimeTracker } from "./utils/time-tracker.ts";
1817

1918
const plugins = new PluginManager([
2019
setup,
21-
authenticate,
2220
configureAws,
2321
manage,
2422
statusBar,

src/plugins/authenticate.ts

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)