Browse Source

Added a note explaining that a user needs to point towards the code.cmd file as the default file used by VSCode, simply called "code" does not work with Godot

Dillon Flohr 6 years ago
parent
commit
410dfd9177
1 changed files with 2 additions and 0 deletions
  1. 2 0
      getting_started/editor/external_editor.rst

+ 2 - 0
getting_started/editor/external_editor.rst

@@ -39,3 +39,5 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
 | Visual Studio Code  | {project} --goto {file}:{line}:{col}                |
 | Visual Studio Code  | {project} --goto {file}:{line}:{col}                |
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
+
+Note: For Visual Studio Code you will have to point to the "code.cmd" file.