David Trapp
David Trapp
Is there any ETA for this? I'm considering my options for what the best way would be to solve this problem within the next few weeks (waiting for a fix...
Format is very simple. Ten years ago I made a [list of clipboard format IDs](https://www.multimediaxis.de/threads/71-Detail-Wissen-und-Geheimnise-des-RPG-Makers-vorallem-f%C3%BCr-Erfahrene-Profis-lehrreich?p=2161714&viewfull=1#post2161714), and the format is basically the same as in the files, plus a header with...
Example: 
Ah for event _commands_, sorry, overlooked that. The format is even simpler there.  ~~However I realize now that the format is not exactly the same as in the files...
Actually I would _prefer_ to use Python 3, but I cannot because of a [`UnicodeDecodeError` described here](https://stackoverflow.com/questions/49350639/unable-to-install-elastic-beanstalk-aws) but I can't follow the suggestion of using 3.10.0 because that instead throws...
The workaround I use for this at the moment (and which may be useful for others looking at this because they were trying to find a way to write a...
Note: This issue still exists on 1.39.0-insiders...
Update: Debugging shows that starting the client never finishes, it stays in `ClientState.Starting`. It gets up to the `connection.initialize` call but the callback then never executes.
Update 2: Adding a delay of 1s before the `connection.initialize` call inside the `vscode-languageclient` solved the problem for me for the moment, but that's of course not a real solution
Bump - this error still happens. With every update of the extension the error comes back and I have to manually patch it by inserting my 1s delay again.