From 71151869684cc08de2e575a663c848f39da463a3 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 5 Nov 2024 11:42:31 +0000 Subject: [PATCH] Disable integrated terminal --- coc-settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 coc-settings.json diff --git a/coc-settings.json b/coc-settings.json new file mode 100644 index 0000000..d528726 --- /dev/null +++ b/coc-settings.json @@ -0,0 +1,3 @@ +{ + "powershell.integratedConsole.showOnStartup": false +}