From 23fa98a2cc25b2f6eee7b788974e9a5d7a89e8cf Mon Sep 17 00:00:00 2001 From: akiyosi Date: Sat, 12 Apr 2025 12:39:45 +0900 Subject: [PATCH] Add LSEnvironment to Info.plist to disable async preemption on macOS (related to #577) --- cmd/goneovim/darwin/Contents/Info.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/goneovim/darwin/Contents/Info.plist b/cmd/goneovim/darwin/Contents/Info.plist index ade4169..d821706 100644 --- a/cmd/goneovim/darwin/Contents/Info.plist +++ b/cmd/goneovim/darwin/Contents/Info.plist @@ -18,6 +18,11 @@ public.app-category.developer-tools NSHighResolutionCapable + LSEnvironment + + GODEBUG + asyncpreemptoff=1 + CFBundleDocumentTypes