From fe0025447bd57485a6facbabfead730ac182e679 Mon Sep 17 00:00:00 2001 From: Loregret <31369647+Loregret@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:05:01 +0300 Subject: [PATCH] Remove warning about fixed issue https://github.com/godotengine/godot/pull/51724 - fixes this issue --- tutorials/editor/external_editor.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index 267620ae054..9d7157879d6 100644 --- a/tutorials/editor/external_editor.rst +++ b/tutorials/editor/external_editor.rst @@ -5,11 +5,6 @@ Using an external text editor This page explains how to code using an external text editor. -.. warning:: - - `External editors are currently incompatible with Godot's "Sync Script - Changes" feature. `__ - Godot can be used with an external text editor, such as Sublime Text or Visual Studio Code. Browse to the relevant editor settings: ``Editor -> Editor Settings -> Text Editor -> External``