-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Producing an error when trying to load SQLite database #46
Comments
Same happening with me as well. Looks like the extension is not working in MacOS. Kindly fix this. |
This is top of list for me. Will update this issue asap 👍 |
@ehsansafari Please open a new issue to address your bug report, because to my understanding what you are experiencing is different. The current bug we are addressing in this issue has pop-up notification which provides better context, while in your case, it is "vscode will be closed" |
Just adding that I've got the same issue as @squpshift too - happy to help test. macOS: 14.3.1 Apple Silicon/M1
Note sure if it's related but Will keep digging |
Thanks for your efforts @avenjamin
The issue is with cross-platforms deployment, given that I build and deploy from my Linux box, and it only affects SQLite databases. I am currently tracking these issues in an attempt to fix this:
There are workarounds I can release that involves user providing custom install location etc., but I want the fix to be config-free because I want to maintain a smooth DX for this extension. For now, my next try is to switch to yarn and see if using the Will definitely update here when fixed. |
Hey guys, this one took a while but finally I'm happy I've found a fix. I should get some time this weekend to hack it out, test it, and publish an update with this fix to the marketplace. Thanks for hanging on! 💪 |
This issue is now resolved in version v1.6.22 I had to temporarily drop support for Arm arch on Windows because getting sqlite3 native dependencies build for it requires some more time from me and I don't want that to hold this back any longer. But Intel Windows is supported. For clarity sake, DevDb now officially supports these platforms:
The REAMD file has been updated to also reflect the above. Thank you! |
Extension Version
v1.1.0
OS and Version
Windows 11
VS Code Version
v1.85.2
Database name and Version
Sqlite3
Steps to reproduce
Steps to reproduce the behavior:
DB_CONNECTION
inside the.env
tosqlite
php artisan:migrate
.Expected behavior
Expected to load the tables like the screenshot
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: