We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55ad94 commit 5abd226Copy full SHA for 5abd226
src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts
@@ -129,7 +129,7 @@ export function gitPushSetUpstream(): IInternalOptions {
129
lineMatcher: GitPushOutputRegex,
130
anchor: 'bottom',
131
offset: 0,
132
- length: 5
+ length: 15
133
},
134
commandExitResult: 'error',
135
getQuickFixes: (matchResult: ITerminalCommandMatchResult) => {
@@ -175,7 +175,7 @@ export function gitCreatePr(): IInternalOptions {
175
lineMatcher: GitCreatePrOutputRegex,
176
177
178
179
180
commandExitResult: 'success',
181
0 commit comments