Closed iloveeclipse closed 9 months ago
Can you please check if this issue is solved with the latest snapshot version?
Can you please check if this issue is solved with the latest snapshot version?
I've tested with my PR https://github.com/eclipse/tm4e/pull/662 and it isn't much different to the version on master yet, so I assume we should be fine here.
Thanks for fast fix.
I've tried to update from 0.8.1 to 0.9.0 but in our automates tests we see huge number of fails because the code now logs lot of errors during testing.
The problem is that the content type checks that run in UI thread are running asynchronously to the resource changes and if tests create/delete/move files the
HasLanguageConfigurationPropertyTester
may be queried on stale resources, flooding the log with errors.I will propose a trivial patch in a moment.