add launcher config - #234
Conversation
actboy168
commented
Mar 17, 2023
package_json.lua的格式全乱了 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
actboy168
commented
Mar 17, 2023
由launcher加载调试器dll的代码也可以包含进来,这很有用。 |
fesily
commented
Mar 18, 2023
设置中保存自动format,我先添加一个pull来完成code-format的功能把现有的lua文件都format一遍 |
actboy168
commented
Mar 18, 2023
format是个大工程,尤其是在lua 的format还不是很成熟的情况下。所以你还是先别改吧。 |
fesily
commented
Mar 18, 2023
嗯,就先启用设置,保证以后format的结果 |
fesily
commented
Mar 18, 2023
把我搞懵了,package_json.lua文件用的是windows的换行符号,怪不得一format整个文件变了,你是如何打算的,统一使用哪种? |
fesily
commented
Mar 18, 2023
单纯加载调试器?还是要把导入表修复的部分也加入? |
actboy168
commented
Mar 18, 2023
只加载就好 |
用lf吧,我记得我的git配置是会强制转为lf的 |
fesily
commented
Mar 18, 2023
主干上直接format成lf吧,pull里就不做这个操作了 |
# Conflicts: # src/launcher/autoattach/autoattach.cpp
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: actboy168 <actboy168@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
fesily
commented
Apr 21, 2023
最近在忙其他的,review咋样,还有需要哪里改进的吗 @actboy168 |
actboy168
commented
Apr 22, 2023
我最近也挺忙的,所以还没空review |
fesily
commented
Apr 22, 2023
好的,等你忙完 |
signature两个配置module和version,module需要用户填写,version自动从luaVersion字段读取
将attach的luaversion默认设置为unknown,允许launcher自动判断版本
将luadbug和launcher添加为module黑名单将调试器目录下的所有module为黑名单