Skip to content

Commit

Permalink
comment about merging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
seeM committed Sep 13, 2024
1 parent 929fb09 commit 5ad1d0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/positron-python/src/client/positron/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export async function activatePositron(serviceContainer: IServiceContainer): Pro
);

// Register run application commands.
// TODO: Once we have contexts defined for the various application frameworks (e.g. isShinyApp),
// We could have a single "Run Python App in Terminal" command with behavior conditional
// on the context value.
disposables.push(
vscode.commands.registerCommand('python.runShinyApp', async () => {
const runAppApi = await getPositronRunAppApi();
Expand Down

0 comments on commit 5ad1d0f

Please sign in to comment.