File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/vs/workbench/api/common Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -522,10 +522,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
522
522
checkProposedApiEnabled ( extensionDescription , 'extensionRuntime' ) ;
523
523
return that . extensionRuntime ;
524
524
} ,
525
- get environmentVariableCollection ( ) {
526
- // TODO: Remove `as` cast once workspace collection proposal is finalized.
527
- return ( that . _extHostTerminalService . getEnvironmentVariableCollection ( extensionDescription ) as vscode . EnvironmentVariableCollection ) ;
528
- } ,
525
+ get environmentVariableCollection ( ) { return that . _extHostTerminalService . getEnvironmentVariableCollection ( extensionDescription ) ; } ,
529
526
get messagePassingProtocol ( ) {
530
527
if ( ! messagePassingProtocol ) {
531
528
if ( ! messagePort ) {
You can’t perform that action at this time.
0 commit comments