We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0d85d commit 0a521c6Copy full SHA for 0a521c6
src/vs/workbench/api/common/extHostTerminalService.ts
@@ -830,7 +830,8 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
830
this._setEnvironmentVariableCollection(extension.identifier.value, collection);
831
}
832
return {
833
- ...collection.getScopedEnvironmentVariableCollection(undefined), getScopedEnvironmentVariableCollection(scope) {
+ ...collection.getScopedEnvironmentVariableCollection(undefined),
834
+ getScopedEnvironmentVariableCollection(scope) {
835
return collection!.getScopedEnvironmentVariableCollection(scope);
836
},
837
};
0 commit comments