File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,11 @@ async function getPythonInfo(env: NativeEnvInfo): Promise<PythonEnvironmentInfo>
139
139
shellActivation . set ( TerminalShellType . powershell , [
140
140
{ executable : '&' , args : [ path . join ( binDir , 'Activate.ps1' ) ] } ,
141
141
] ) ;
142
+ shellActivation . set ( TerminalShellType . powershellCore , [
143
+ { executable : '&' , args : [ path . join ( binDir , 'Activate.ps1' ) ] } ,
144
+ ] ) ;
142
145
shellDeactivation . set ( TerminalShellType . powershell , [ { executable : 'deactivate' } ] ) ;
146
+ shellDeactivation . set ( TerminalShellType . powershellCore , [ { executable : 'deactivate' } ] ) ;
143
147
144
148
// Commands for command prompt
145
149
shellActivation . set ( TerminalShellType . commandPrompt , [ { executable : path . join ( binDir , 'activate.bat' ) } ] ) ;
You can’t perform that action at this time.
0 commit comments