I am working with Lua in VS Code and using two extensions:
LuaHelperby Tencent (provides debugging and formatting features).MTA:SA Luaby Dominic Hock (provides syntax highlighting for MTA-specific functions).
The issue arises when I enable LuaHelper after MTA:SA Lua is already active. LuaHelper seems to override the syntax highlighting provided by MTA:SA Lua, causing the MTA-specific syntax highlighting to disappear.
I want to disable syntax highlighting in LuaHelper while keeping its other features, such as the debugger and formatter.
Is there a way to achieve this?
Steps to reproduce:
- Install and activate the
MTA:SA Luaextension. - Enable the
LuaHelperextension. - Notice that
MTA:SA Lua's syntax highlighting is overridden.
What I've tried:
- 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).
Any advice or workarounds would be greatly appreciated!
Environment:
- VS Code Version: version 1.96.1
LuaHelperVersion: version 0.2.29MTA:SA LuaVersion: version 2.4.0 GitHub