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

-nologo for powershell (fixes #452)

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