Skip to content

Commit

Permalink
Draw attention away from CLI to not confuse primary exec functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Oct 17, 2022
1 parent 88f4da1 commit 9af12f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/provider/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class CliProvider implements vscode.NotebookCellStatusBarItemProvider {
}

const item = new vscode.NotebookCellStatusBarItem(
'$(notebook-execute) Run CLI',
'$(github-action) CLI',
vscode.NotebookCellStatusBarAlignment.Right
)
item.command = 'runme.runCliCommand'
Expand Down

0 comments on commit 9af12f2

Please sign in to comment.