VSCode-EmmyLua
VSCode-EmmyLua copied to clipboard
Lua IDE/Debugger Plugin for VSCode
  这里代码提示我按tab补全后,没有自带括号和参数,是否考虑把这个加上呢

附加调试Unity闪退
vscode版本:1.96.2 emmyLua版本:0.8.20 unity版本:2021.3.19f1 选则Attach to process id,选择Unity进程,Vscode的Debug Console输出了Connect, 紧接着Unity就会闪退
vscode emmylua目前配置: "preloadFileSize": 120480000, "enableReindex": false, "reindexDuration": 50000000 麻烦帮忙看下这个配置会有什么问题吗?怎么可以避免下项目太大的加载卡死,每次重新加载后会Load workspace: Indexing 6070 files 有一小段时间emmylua生效 之后就开始卡在Diagnose workspace: diagnostic 99% 然后emmylua在项目中就无效了
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
``` { "workspace": { "library": [ "./../LuatOS-ide-helper/" ] } } ``` 每次打开项目,或者命令`开发人员: 重新加载窗口 reloadWindow`,刚打开始有效,稍等片刻,我引入的这个路径就失效了。 如果是绝对路径,就没有任何问题。 下面已上传日志文件。麻烦帮忙看一下,谢谢了。 ``` 版本: 1.98.2 (system setup) 提交: ddc367ed5c8936efe395cffeec279b04ffd7db78 日期: 2025-03-12T13:32:45.399Z Electron: 34.2.0 ElectronBuildId: 11161602 Chromium:...
When running `emmylua-analyzer-rust` with a debug port and getting emmylua to listen on that port, and the extension is stopped, there is no way to force start the emmylua_ls or...
**Reproduce Project:** https://github.com/yeshan333/luacheck_sarif_report_demo/tree/sarif-report-pr **Configuration:** I've configured `.luarc.json` to reference external symbol definitions: ```json { "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", "workspace.library": [ "$HOME/.luals/addon" ], "encoding": "utf-8", "enableReindex": true } ``` **External Libraries:** The `~/.luals/addon`...
Since installing this plugin, I've noticed that sometimes variables are underlined. The logic of these underlinings is unclear, I can't find a reference in the documentation, etc. In the image,...
I just installed the EmmyLua VSCode extension. It seems to stall during startup, just spinning infinitely in the toolbar. Performing any kind of direct action such as jump-to-definition or linting...