Skip to content

Commit 8762127

Browse files
authored
Merge pull request microsoft#199563 from microsoft/tyriar/199448
Fix quick fixes on Windows
2 parents 46e113a + 4a80f60 commit 8762127

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,6 @@ export class TerminalQuickFixAddon extends Disposable implements ITerminalAddon,
189189
this._disposeQuickFix(this._lastQuickFixId, false);
190190
}
191191

192-
193-
// Wait for the next command to start to ensure the quick fix marker is created on the next
194-
// prompt line
195-
const commandDetection = this._capabilities.get(TerminalCapability.CommandDetection);
196-
if (commandDetection) {
197-
await Event.toPromise(commandDetection.onCommandStarted);
198-
}
199-
200192
const resolver = async (selector: ITerminalQuickFixOptions, lines?: string[]) => {
201193
if (lines === undefined) {
202194
return undefined;

0 commit comments

Comments
 (0)