Merge pull request #162178 from microsoft/tyriar/162175

Scan up 30 lines for free port quick fix
This commit is contained in:
Daniel Imms 2022-09-28 09:22:13 -07:00 committed by GitHub
commit c3b0ab3504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ export function freePort(terminalInstance?: Partial<ITerminalInstance>): ITermin
lineMatcher: FreePortOutputRegex,
anchor: 'bottom',
offset: 0,
length: 20
length: 30
},
exitStatus: false,
getQuickFixes: (matchResult: QuickFixMatchResult, command: ITerminalCommand) => {