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

This commit is contained in:
Dillon Flohr
2019-04-10 16:11:22 -05:00
parent 54061f142f
commit 410dfd9177

View File

@@ -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.