瀏覽代碼

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 年之前
父節點
當前提交
410dfd9177
共有 1 個文件被更改,包括 2 次插入0 次删除
  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}                |
 +---------------------+-----------------------------------------------------+
+
+Note: For Visual Studio Code you will have to point to the "code.cmd" file.