diff --git a/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts index ba47e0531da10c68c0359163a5740abd138a4f29..d70a5af930726c4a67c709ce1f278027f2208b0c 100644 --- a/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts @@ -53,9 +53,9 @@ export const content: GettingStartedContent = [ description: localize('gettingStarted.runProject.description', "Build, run & debug your application in your codespace instead of locally."), button: { title: localize('gettingStarted.runProject.button', "Run Project"), - command: 'workbench.action.debug.start' + command: 'workbench.action.debug.selectandstart' }, - doneOn: { commandExecuted: 'workbench.action.debug.start' }, + doneOn: { commandExecuted: 'workbench.action.debug.selectandstart' }, media: { type: 'image', altText: 'Node.js project running debug mode and paused.', path: 'runProject.jpg' }, }, {