Skip to content

Commit

Permalink
gcp config status: fix configName type
Browse files Browse the repository at this point in the history
  • Loading branch information
TikouWeb committed Aug 1, 2024
1 parent 055b90e commit d581978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcp-config-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import vscode from "vscode";
import { OPEN_DASHBOARD_WEBVIEW_PANEL_COMMAND } from "./constants";

type State = {
configName: string;
configName?: string;
};

type GcpConfigurationStatusBar = {
Expand Down

0 comments on commit d581978

Please sign in to comment.