async override -> override async

This commit is contained in:
Matt Bierner
2021-04-21 13:36:12 -07:00
parent 190e902afe
commit 731402dce2
129 changed files with 302 additions and 302 deletions

View File

@@ -67,7 +67,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
return new SignService();
}
public async override $runInTerminal(args: DebugProtocol.RunInTerminalRequestArguments, sessionId: string): Promise<number | undefined> {
public override async $runInTerminal(args: DebugProtocol.RunInTerminalRequestArguments, sessionId: string): Promise<number | undefined> {
if (args.kind === 'integrated') {