Open mkster opened 2 years ago
Are you using plugin? What is the version of the extension?
Yes this plugin https://github.com/AtomontageInc/vscode-atomontage-lua/blob/master/am_library/Atomontage/plugin.lua Version: v3.5.6
Could you please test if this commit fixed the issue? You can manually apply this commit, or download server from https://github.com/sumneko/lua-language-server/actions/runs/3221180528
yes seems to work, thank you
Actually its still happening, this time it happened when I created a new file and used a snippet
Could you please provide a demo project?
Please check if this commit works: https://github.com/sumneko/lua-language-server/actions/runs/3263623330
Just tried with this.
Created a new file, typed a few characters. Saved file as lua, removed the characters and used my snippet.
Getting this wrong error:
Using the first 'script component' snippet here https://github.com/AtomontageInc/vscode-atomontage-lua/blob/master/snippets/snippets.json
So far didnt see wrong colors but will test with this for a while.
Color broke again for me, it seems to happen less often now though
Please test this commit
Its still happening in v3.6.3. Seemed to have happened when I tabbed back into vscode
Aha! Finally found the way to reproduce. It happens when using git ui. Do some changes and then press discard changes in source control. Now make a change in the file. Coloring is messed up
Are you running in Non-Windows platform? If yes, it maybe a filewatch issue.
I am using windows
Is there a large number of files in your workspace?
Roughly 100 or less
I still cannot reproduce, could you provide a demo project?
I just put this in here. As the title sounds like this issue could fit in here.
---@field test table<integer, { test: boolean }>
Check the >
.
I just put this in here. As the title sounds like this issue could fit in here.
---@field test table<integer, { test: boolean }>
Check the
>
.
No, it's #626
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Other
Expected Behaviour
.
Actual Behaviour
Code coloring breaks frequently after doing edits
Reproduction steps
Not sure how to repro but it happens every day for me
Additional Notes
No response
Log File
No response