RobinCode
RobinCode
希望可以支持 通过`.code-workspace`打开多目录会导致一些配置失效,比如`ignoreFileOrDir`,我直接通过设置界面全局忽略的,单独打开文件夹就可以,通过`.code-workspace`打开就没用了,而且`luahelper.json`放哪都没用。 或者通过`luahelper.json`来定位Lua的工作目录?
I updated typescript-to-lua to **0.35.0**, and the same config as above. After rebuild my project, all library names are wrong, `.src.` is added in front of each library name. ...
> I think you have to do `"rootDir": ".",` instead of `"src"`. It's still the bug, it can't be solved.
> This issue with bundle paths is new (and different from #823). It was introduced in https://github.com/TypeScriptToLua/TypeScriptToLua/pull/885/files#diff-aaff76179ed6e10c75c5fa07932dec6cR68: > > ```ts > const entryPoint = `return require(${createModulePath(outDir, resolvedEntryModule)})\n`; > ``` >...
I hope this feature can be easily implemented. Currently, when I try to call `app.Services.GetRequiredService()`, I get an error `The calling thread must be STA, because many UI components require...
> Generally it's safer to access it from Blazor components for the time being, [#63](https://github.com/DotNetExtension/BlazorDesktop/issues/63) has an example Thank you. Although it is now running properly, setting WindowStartupLocation has no...