Skip to content

Commit b3f1bf2

Browse files
committed
fix test
1 parent fbf71d8 commit b3f1bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export function gitCreatePr(): IInternalOptions {
179179
return {
180180
class: undefined,
181181
tooltip: label,
182-
id: 'terminal.createPR',
182+
id: 'Git Create Pr',
183183
label,
184184
enabled: true,
185185
type: 'opener',

0 commit comments

Comments
 (0)