我正在 VS Code 中使用 Lua 并使用两个扩展:
LuaHelper by Tencent (provides debugging and formatting features).
MTA:SA Lua by Dominic Hock (provides syntax highlighting for MTA-specific functions).
当我在 MTA:SA Lua 已处于活动状态后启用 LuaHelper 时,就会出现此问题。 LuaHelper 似乎覆盖了 MTA:SA Lua 提供的语法高亮,导致 MTA 特定的语法高亮消失。
我想在 LuaHelper 中禁用语法突出显示,同时保留其其他功能,例如调试器和格式化程序。
有没有办法实现这个目标?
重现步骤:
Install and activate the MTA:SA Lua extension.
Enable the LuaHelper extension.
Notice that MTA:SA Lua's syntax highlighting is overridden.
我尝试过的:
Checking LuaHelper's settings for an option to disable syntax highlighting (couldn't find one).
Reordering the extensions in VS Code's settings (didn't help).
任何建议或解决方法将不胜感激!
环境:
VS Code Version: version 1.96.1
LuaHelper Version: version 0.2.29
MTA:SA Lua Version: version 2.4.0 GitHub