yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

Loading does not finish when using Codespaces or code-server on iPad #37

Closed root-lump closed 11 months ago

root-lump commented 11 months ago

When I use this extension on GitHub Codespaces, code-server, etc., I can use it without any problems on my PC, but when I use it on my iPad, I have a problem loading the extension.

When there are loading problems, other extensions and Git-related VSCode features will be unavailable. The same problem occurred even when testing with only this extension enabled.

I understand that it is used under minor circumstances, but I would appreciate it if you could address it.

yy0931 commented 11 months ago

Thanks for the catch. I will try to reproduce it tomorrow.

yy0931 commented 11 months ago

I was able to reproduce the issue and fixed it in v1.0.137.

It was due to a bug (or limitation) of codespaces, in which extensions with the activation event "onFileSystem:file" do not load. I used Firefox for reproduction because I was unable to get Safari on an old MacOS to load codespaces. If you find the bug still persists on Safari, please leave a comment.

root-lump commented 11 months ago

The problem is gone. I love this extension! thank you!