Skip to content

Commit

Permalink
fix: add FTL: Show Logs command to shortcuts (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Apr 14, 2024
1 parent 2bd6448 commit b839868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function activate(context: ExtensionContext) {
const ftlCommands = [
{ label: 'FTL: Restart Service', command: 'ftl.restart' },
{ label: 'FTL: Stop Service', command: 'ftl.stop' },
{ label: 'FTL: Show Logs', command: 'ftl.showLogs' },
]

vscode.window.showQuickPick(ftlCommands, { placeHolder: 'Select an FTL command' }).then(selected => {
Expand Down

0 comments on commit b839868

Please sign in to comment.