Skip to content

Commit 0a521c6

Browse files
author
Kartik Raj
committed
More
1 parent 4a0d85d commit 0a521c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/api/common/extHostTerminalService.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
830830
this._setEnvironmentVariableCollection(extension.identifier.value, collection);
831831
}
832832
return {
833-
...collection.getScopedEnvironmentVariableCollection(undefined), getScopedEnvironmentVariableCollection(scope) {
833+
...collection.getScopedEnvironmentVariableCollection(undefined),
834+
getScopedEnvironmentVariableCollection(scope) {
834835
return collection!.getScopedEnvironmentVariableCollection(scope);
835836
},
836837
};

0 commit comments

Comments
 (0)