Results 4 comments of Steven Prins

Same problem here, also causes CPU 100%

@MichaelDeBoey I'm not fully aware of the consequences of this PR, so that's why is still a draft. If someone likes to finish this PR, go ahead. :)

I've installed VS Live Share via the following Dockerfile commands: ```RUN mkdir -p /root/.code-server/extensions RUN curl -JL https://marketplace.visualstudio.com/_apis/public/gallery/publishers/MS-vsliveshare/vsextensions/vsliveshare/0.3.1326/vspackage | bsdtar -xvf - extension RUN mv extension /root/.code-server/extensions/ms-vsliveshare.vsliveshare-0.3.1326 ``` But I...