Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tolusha committed Mar 15, 2019
1 parent 90cb4bb commit 0fcd5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/plugin/node/debug/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class DebugExtImpl implements DebugExt {
return this.doGetTerminalCreationOptions(debugType);
}

protected async doGetTerminalCreationOptions(debugType: string): Promise<TerminalOptionsExt | undefined> {
async doGetTerminalCreationOptions(debugType: string): Promise<TerminalOptionsExt | undefined> {
return undefined;
}

Expand Down

0 comments on commit 0fcd5f8

Please sign in to comment.