This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. Read this manual in English
可以通过设置窗口修改编辑器配置. 选择菜单栏 File -> Preferences 即可打开设置窗口.
/Applications/Atom.app/Contents/MacOS/Atom
).{file}
在开启时会被真实文件名代替.{file}
在开启时会被真是文件名代替, 而 {line}
被行号代替.要从 Defold 编辑器里直接用 Visual Studio Code 打开脚本文件, 必须配置下列可执行文件地址:
/Applications/Visual Studio Code.app/Contents/MacOS/Electron
/usr/bin/code
C:\Program Files\Microsoft VS Code\Code.exe
配置打开指定文件和指定行号的参数:
. {file}
. -g {file}:{line}
其中 .
符号代表打开整个项目, 而不是指定文件.
username:token@build.defold.com
. 在使用用户自己的编译服务器并开启认证时, 任天堂 Switch 编译需要这种用户认证 (更多信息详见编译服务器文档). 其中用户名和密码可以用系统环境变量 DM_EXTENDER_USERNAME
和 DM_EXTENDER_PASSWORD
来设置.Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB