PowerShellの起動オプションを指定するsettings.json {
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.integrated.shellArgs.windows": ["-NoLogo"],
}
|
|
PowerShellの起動オプションを指定するsettings.json {
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.integrated.shellArgs.windows": ["-NoLogo"],
}
|
|