Browse Source

Add warning about script syncing incompatibility with external editors (#3736)

Co-authored-by: Hugo Locurcio <[email protected]>
Dexter Gramfors 5 years ago
parent
commit
20d1ef1ba5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      getting_started/editor/external_editor.rst

+ 4 - 0
getting_started/editor/external_editor.rst

@@ -3,6 +3,10 @@
 Using an external text editor
 Using an external text editor
 ==============================
 ==============================
 
 
+.. warning::
+
+    `External editors are currently incompatible with Godot's "Sync Script Changes" feature. <https://github.com/godotengine/godot/issues/10946>`__
+
 Godot can be used with an external text editor, such as Sublime Text or Visual Studio Code.
 Godot can be used with an external text editor, such as Sublime Text or Visual Studio Code.
 To enable an external text editor, browse to the relevant editor settings via:
 To enable an external text editor, browse to the relevant editor settings via:
 ``Editor -> Editor Settings -> Text Editor -> External``
 ``Editor -> Editor Settings -> Text Editor -> External``