File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/extension/tools/node/newWorkspace Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ export class NewWorkspaceCreationResult extends PromptElement<NewWorkspaceElemen
122
122
constructor (
123
123
props : PromptElementProps < NewWorkspaceElementProps > ,
124
124
@IWorkspaceService private readonly workspaceService : IWorkspaceService ,
125
+ @IRunCommandExecutionService private readonly commandService : IRunCommandExecutionService ,
125
126
) {
126
127
super ( props ) ;
127
128
}
@@ -136,6 +137,9 @@ export class NewWorkspaceCreationResult extends PromptElement<NewWorkspaceElemen
136
137
</ TextChunk > ;
137
138
}
138
139
140
+ // For https://github.com/microsoft/vscode/issues/258252
141
+ this . commandService . executeCommand ( 'workbench.action.terminal.focus' ) ;
142
+
139
143
return < >
140
144
< TextChunk >
141
145
Create or update the file `.github/copilot-instructions.md` with the exact content shown below.< br />
You can’t perform that action at this time.
0 commit comments