From b173eed8aaa39abbfa0a30513ae592f086c1f622 Mon Sep 17 00:00:00 2001 From: Supatier Date: Thu, 27 Dec 2018 15:16:29 +0700 Subject: [PATCH] Fix Godot unable to find VSCode binary VSCode's executable name is not uniform and godot only search for "code". --- modules/mono/editor/godotsharp_editor.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/mono/editor/godotsharp_editor.cpp b/modules/mono/editor/godotsharp_editor.cpp index cce86efbf58c..a1f4bb3c4c0f 100644 --- a/modules/mono/editor/godotsharp_editor.cpp +++ b/modules/mono/editor/godotsharp_editor.cpp @@ -251,6 +251,14 @@ Error GodotSharpEditor::open_in_external_editor(const Ref