From 8ca55f569f5e461878a0f388f55b1aad73e4c96d Mon Sep 17 00:00:00 2001 From: Pradyuman Vig Date: Tue, 31 Dec 2024 18:04:10 -0600 Subject: [PATCH] add .turbo and .bsp to watch-ignored-directories --- lsp-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lsp-mode.el b/lsp-mode.el index 49fed205d6..6877baaca7 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -356,6 +356,7 @@ the server has requested that." "[/\\\\]\\.eunit\\'" "[/\\\\]node_modules" "[/\\\\]\\.yarn\\'" + "[/\\\\]\\.turbo\\'" "[/\\\\]\\.fslckout\\'" "[/\\\\]\\.tox\\'" "[/\\\\]\\.nox\\'" @@ -363,6 +364,7 @@ the server has requested that." "[/\\\\]dist-newstyle\\'" "[/\\\\]\\.stack-work\\'" "[/\\\\]\\.bloop\\'" + "[/\\\\]\\.bsp\\'" "[/\\\\]\\.metals\\'" "[/\\\\]target\\'" "[/\\\\]\\.ccls-cache\\'"