Skip to content

Commit

Permalink
give back formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 13, 2025
1 parent 17a75c5 commit b7cad3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class ShellEnvDetectionCapability extends Disposable implements IShellEnv
private _pendingEnv: Map<string, string> | undefined;
private _env: Map<string, string> = new Map();
get env(): Map<string, string> { return this._env; }

private readonly _onDidChangeEnv = this._register(new Emitter<Map<string, string>>());
readonly onDidChangeEnv = this._onDidChangeEnv.event;

Expand Down

0 comments on commit b7cad3d

Please sign in to comment.