So I am currently setting up my build system and I’ve noticed that the inline message is not always showing just the captured error message. In some project it shows the full line 50% of the time but I have another bigger project which never show the captured message and always the full line.
Here I keep building the same project and the message changes. Sometimes it works, sometimes it doesn’t
The file_regex in my sublime-build is supposed to work for both lua and C
"file_regex": "^(?:[Ee]rror: )?(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$"
Any idea why sublime doesn’t always display the proper captured message from the file_regex? Is it a time issue?
I use Version 3.2.2, Build 3211 on macOS 10.15.4
