Skip to content

Commit

Permalink
Merge pull request #161592 from microsoft/tyriar/fix_eslint
Browse files Browse the repository at this point in the history
Fix eslint warning by removing unused getter
  • Loading branch information
Tyriar committed Sep 23, 2022
2 parents 0512d4c + 7872b08 commit af23c12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
readonly _processManager: ITerminalProcessManager;
private readonly _resource: URI;
private _shutdownPersistentProcessId: number | undefined;
protected get processManager() { return this._processManager; }
// Enables disposal of the xterm onKey
// event when the CwdDetection capability
// is added
Expand Down

0 comments on commit af23c12

Please sign in to comment.