-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add launcher config #234
base: master
Are you sure you want to change the base?
add launcher config #234
Conversation
package_json.lua的格式全乱了 |
由launcher加载调试器dll的代码也可以包含进来,这很有用。 |
设置中保存自动format,我先添加一个pull来完成code-format的功能把现有的lua文件都format一遍 |
format是个大工程,尤其是在lua 的format还不是很成熟的情况下。所以你还是先别改吧。 |
嗯,就先启用设置,保证以后format的结果 |
把我搞懵了,package_json.lua文件用的是windows的换行符号,怪不得一format整个文件变了,你是如何打算的,统一使用哪种? |
单纯加载调试器?还是要把导入表修复的部分也加入? |
只加载就好 |
用lf吧,我记得我的git配置是会强制转为lf的 |
主干上直接format成lf吧,pull里就不做这个操作了 |
# Conflicts: # src/launcher/autoattach/autoattach.cpp
Co-authored-by: actboy168 <[email protected]>
最近在忙其他的,review咋样,还有需要哪里改进的吗 @actboy168 |
我最近也挺忙的,所以还没空review |
好的,等你忙完 |
signature两个配置module和version,module需要用户填写,version自动从luaVersion字段读取
将attach的luaversion默认设置为unknown,允许launcher自动判断版本
将luadbug和launcher添加为module黑名单将调试器目录下的所有module为黑名单