From 5d01c7fab883ad4e498dfeed1d5129e5fb8198a2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 21 Apr 2023 12:16:59 +0100 Subject: [PATCH] Don't show PowerShell console --- coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index 085ff1c..3fe5002 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -4,5 +4,6 @@ "--header-insertion-decorators", "--suggest-missing-includes", "--clang-tidy" - ] + ], + "powershell.integratedConsole.showOnStartup": false }