File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -309,18 +309,8 @@ export class TerminalManagerImpl implements TerminalManager {
309309 // https://github.com/microsoft/vscode-python-environments/issues/172
310310 // const name = options.name ?? `Python: ${environment.displayName}`;
311311 const newTerminal = createTerminal ( {
312- name : options . name ,
313- shellPath : options . shellPath ,
314- shellArgs : options . shellArgs ,
315- cwd : options . cwd ,
312+ ...options ,
316313 env : envVars ,
317- strictEnv : options . strictEnv ,
318- message : options . message ,
319- iconPath : options . iconPath ,
320- hideFromUser : options . hideFromUser ,
321- color : options . color ,
322- location : options . location ,
323- isTransient : options . isTransient ,
324314 } ) ;
325315
326316 if ( autoActType === ACT_TYPE_COMMAND ) {
You can’t perform that action at this time.
0 commit comments