From 5a99b229022c7f658bbcf53462d5b60a5cc99e91 Mon Sep 17 00:00:00 2001 From: Aubrey Clark Date: Fri, 1 Aug 2025 08:52:41 -0700 Subject: [PATCH] Reference "Using an external text editor" in the "Visual Studio Code" page (#11158) * Reference "Using an external text editor" in the "Visual Studio Code" page. Right now, it says that the Visual Studio Code page is the page for contributing to the engine, and refers the user to the C# guide to use an external editor. This commit also includes the GDScript-specific page. --- .../development/configuring_an_ide/visual_studio_code.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/development/configuring_an_ide/visual_studio_code.rst b/contributing/development/configuring_an_ide/visual_studio_code.rst index 7861c34e3..fcbeb6bb0 100644 --- a/contributing/development/configuring_an_ide/visual_studio_code.rst +++ b/contributing/development/configuring_an_ide/visual_studio_code.rst @@ -7,7 +7,8 @@ Visual Studio Code This documentation is for contributions to the game engine, and not using Visual Studio Code as a C# or GDScript editor. To code C# or GDScript in an external editor, see - :ref:`the C# guide to configure an external editor `. + :ref:`the C# guide to configure an external editor ` or + :ref:`the GDScript guide to using an external text editor `. `Visual Studio Code `_ is a free cross-platform code editor by `Microsoft `_ (not to be confused with :ref:`doc_configuring_an_ide_vs`).