Skip to content

Commit

Permalink
fix: show logs via command palette (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
gak authored Jul 2, 2024
1 parent a27f065 commit 8425df0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@
"category": "FTL"
},
{
"command": "ftl.showPanel",
"title": "Show Panel"
"command": "ftl.showLogs",
"title": "Show Logs",
"category": "FTL"
},
{
"command": "ftl.statusItemClicked",
"title": "FTL: Show Commands"
"title": "Show Commands",
"category": "FTL"
}
]
},
Expand Down

0 comments on commit 8425df0

Please sign in to comment.