From 86e9d94b6704402bd9815223cfa389c5bc7a7c5c 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..40770c8 --- /dev/null +++ b/coc-settings.json @@ -0,0 +1,3 @@ +{ + "powershell.integratedConsole.showOnStartup": false +}