提交 73eb8bdb 编写于 作者: E Eugene Pankov

-nologo for powershell (fixes #452)

上级 5a5cd098
...@@ -39,6 +39,7 @@ export class PowerShellCoreShellProvider extends ShellProvider { ...@@ -39,6 +39,7 @@ export class PowerShellCoreShellProvider extends ShellProvider {
id: 'powershell-core', id: 'powershell-core',
name: 'PowerShell Core', name: 'PowerShell Core',
command: pwshPath, command: pwshPath,
args: ['-nologo'],
env: { env: {
TERM: 'cygwin', TERM: 'cygwin',
} }
......
...@@ -39,6 +39,7 @@ export class WindowsStockShellsProvider extends ShellProvider { ...@@ -39,6 +39,7 @@ export class WindowsStockShellsProvider extends ShellProvider {
id: 'powershell', id: 'powershell',
name: 'PowerShell', name: 'PowerShell',
command: 'powershell.exe', command: 'powershell.exe',
args: ['-nologo'],
env: { env: {
TERM: 'cygwin', TERM: 'cygwin',
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册