-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
.devdbrc
not detected in multi root projects
#68
Comments
Hey @bilogic! We're sorry to hear that you've hit this issue. 💛 However, it looks like you forgot to provide screenshots. A picture is worth more than a thousand words. Please edit your original post and add screenshots, then we'll try and fix this issue. We need screenshots to make it easier for us to visualize your issue, since your description of this bug as you described above may not paint the full picture. Do ensure that your screenshot does not include anything that should not be made public. Please upload your screenshot files directly to GitHub. |
Pretty sure I had screenshot attached... |
Had a snag in the regex used to detect screenshots. It is now fixed and hopefully no more false negatives in detecting screenshots in issues. Sorry about the stress. Yes, about the multi-root projects support, I totally agree with you and will be a good feature. However, I currently don't have a need for it nor can I commit the time to address it right now. I have updated the labels for this issue and also added the |
ok thanks! |
Extension Version OS and Version VS Code Version Database name and Version Also configure when not auto detected in root directory of laravel
The contents of .devdbrc do not appear in the UI. Expected behavior to show the UI for mysql with connection Nothing was showing only sqlite was visible Only this appears |
@sunilv45 please do not cross-post, more so this is a closed issue. Else, subscribers of this thread will get notified of unrelated issue, which is not cool 😊 |
Extension Version
1.13.2
OS and Version
Ubuntu 22.04
VS Code Version
1.92.2
Database name and Version
mysql 8.0.37
Steps to reproduce
Partial contents of my
.code-workspace
file. The contents of.devdbrc
do not appear in the UI.Expected behavior
Expected the database connection to show up on the UI
Screenshots
Only this appears
Additional context
It might be more apt to have connections stored in the inheritable model of VSCode user/workspace settings.
This has many benefits including allow each developer to have their own DB connection/settings rather than have
.devdbrc
commited into gitThe text was updated successfully, but these errors were encountered: