VSCode: Don't show PowerShell console
This commit is contained in:
parent
d2fa9bff39
commit
da8b34f25f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
"markdown.preferredMdPathExtensionStyle": "includeExtension",
|
"markdown.preferredMdPathExtensionStyle": "includeExtension",
|
||||||
"npm.fetchOnlinePackageInfo": false,
|
"npm.fetchOnlinePackageInfo": false,
|
||||||
"powershell.codeFormatting.preset": "OTBS",
|
"powershell.codeFormatting.preset": "OTBS",
|
||||||
|
"powershell.integratedConsole.showOnStartup": false,
|
||||||
"search.quickOpen.includeHistory": false,
|
"search.quickOpen.includeHistory": false,
|
||||||
"security.workspace.trust.banner": "never",
|
"security.workspace.trust.banner": "never",
|
||||||
"security.workspace.trust.emptyWindow": false,
|
"security.workspace.trust.emptyWindow": false,
|
||||||
|
|
Loading…
Reference in a new issue