lean4
lean4 copied to clipboard
fix: periodically refresh semantic tokens
This PR fixes an issue where the file worker would not provide the client with semantic tokens until the file had been elaborated completely. The file worker now also tells the client to refresh its semantic tokens after running "Restart File". This PR is based on #3271.