vscode-kotlin
vscode-kotlin copied to clipboard
File changes are out of sync with language server
Description
- Changes to files don't trigger a change from the language server until they are reopened.
- Once reopened, the language server uses the previous version of the file, not the latest.
Extension version
v0.2.24
Additional context
Screen capture from making changes to settings.kts in the tekumara/teamcity-kotlin-example repo:
- The change from
script
->script1
is not picked up until settings.kts is reopened - Once reopened, a new change from
script1
->script
is made. Now the language server is showing the error as if the file still containedscript
.