Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Nov 27, 2024
1 parent 23036cf commit 6672c10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class DeleteWorkspaceItemCommand extends Command {

public async execute(workspaceTreeItem: WorkspaceTreeItem): Promise<void> {
const type = workspaceTreeItem.category && isPluginType(workspaceTreeItem.category) ? "plugin" : "client";
console.log('Type:', type);
const yesAnswer = vscode.l10n.t("Yes");
const response = await vscode.window.showWarningMessage(
vscode.l10n.t("Do you want to delete this item?"),
Expand Down

0 comments on commit 6672c10

Please sign in to comment.