Skip to content

Commit e17031c

Browse files
committed
working on windows
1 parent 9ef7a84 commit e17031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function gitPushSetUpstream(): ITerminalQuickFixInternalOptions {
151151
lineMatcher: GitPushOutputRegex,
152152
anchor: 'bottom',
153153
offset: 0,
154-
length: 7
154+
length: 8
155155
},
156156
commandExitResult: 'error',
157157
getQuickFixes: (matchResult: ITerminalCommandMatchResult) => {

0 commit comments

Comments
 (0)