Skip to content
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

First release features #1

Closed
9 of 10 tasks
damms005 opened this issue Aug 10, 2023 · 1 comment
Closed
9 of 10 tasks

First release features #1

damms005 opened this issue Aug 10, 2023 · 1 comment
Assignees

Comments

@damms005
Copy link
Owner

damms005 commented Aug 10, 2023

Ability to automatically detect and connect to the database found in the current VS Code workspace in the following scenarios:

  • Laravel app (normal/Sail) that has database configurations in config/database.php for sqlite and mysql drivers
  • A .devdb.json file in the current workspace, which is a jSON file that contains the key sqlite, with a value path which contains the string to the absolute path of the sqlite database file

UI

General plan

Contribute a view container that displays in the Panel, and then contribute a view into the contributed view container

Note

While at it, ensure to read and implement most of the best practices for web view: https://code.visualstudio.com/api/extension-guides/webview (e.g. using the retainContextWhenHidden API, security practices suggested in there, etc.)

image

@damms005 damms005 changed the title Feature requests First release - Feature requests Sep 7, 2023
@damms005 damms005 changed the title First release - Feature requests First release - feature requests Sep 7, 2023
@damms005 damms005 changed the title First release - feature requests First release feature Sep 7, 2023
@damms005 damms005 changed the title First release feature First release features Sep 7, 2023
@damms005 damms005 self-assigned this Sep 8, 2023
@damms005
Copy link
Owner Author

@damms005 damms005 closed this as completed Jan 1, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2024
Repository owner deleted a comment from github-actions bot Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant