-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Extension Version
v2.1.1
OS and Version
Windows 11 x64
VS Code Version
1.98.2
Database name and Version
psql 16.3
Steps to reproduce
- launch VsCode
- download devdb extension
- profit. Wait, actually no, got an error message "missing database name in .env file"
- take a look at .env file, see "DB_DATABASE" with the correct value written
- refresh, still not working
- restart extension, still not working
- restart vscode, typescript server, still not working
- go "????" 😆
Expected behavior
Since provided infos were correct I expected it to find my db name and make the magic of zero-config feature operate, but it doesn't. I took a look at the env-parser file for adonis project and it seems like my .env config is correct, so idk
Screenshots
Additional context
I tried to use .devdbrc but it doesnt seem to work either 😄
