Skip to content

Commit c3b0ab3

Browse files
authored
Merge pull request microsoft#162178 from microsoft/tyriar/162175
Scan up 30 lines for free port quick fix
2 parents c532da7 + 209328c commit c3b0ab3

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
@@ -54,7 +54,7 @@ export function freePort(terminalInstance?: Partial<ITerminalInstance>): ITermin
5454
lineMatcher: FreePortOutputRegex,
5555
anchor: 'bottom',
5656
offset: 0,
57-
length: 20
57+
length: 30
5858
},
5959
exitStatus: false,
6060
getQuickFixes: (matchResult: QuickFixMatchResult, command: ITerminalCommand) => {

0 commit comments

Comments
 (0)