Benjamin Pasero
Benjamin Pasero
I think it is fair to close this issue, we are back with good numbers: We will list individual changes that went in during this milestone in our release notes:...
@gjsjohnmurray the `readFile` will only ever trigger when you click on a file. Since here we cannot even get the root to expand in the file explorer, there is no...
Yeah that is true, and that changed. As a file system provider you should be aware that you might get called for files that do not exist.
I was testing this today because I was curious how well this extension is supporting what we call "hot exit" in VSCode. As a user when I open editors (text...
Yeah makes sense, it sounds like having a way for a user of the draw.io library to fully provide the data persistence would help here and would be required.
Landed in VSCode via https://github.com/microsoft/vscode/pull/70174
/duplicate https://github.com/microsoft/vscode/issues/120420
I think not, before my change this is how `media-src` looked like: ``` media-src 'self' http://localhost:* https: data: blob: vscode-remote-resource:; ``` And after my change: ``` media-src 'self' http://localhost:* https://*.vscode-cdn.net...
Oh 🤦 , yeah its the removal of `https:`.
PR up: https://github.com/microsoft/vscode-dev/pull/879