We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the ${userHome} variable is used to specify a database, it is interpreted as a literal string instead.
To Reproduce Steps to reproduce the behavior:
{ "sqltools.connections": [ { "driver": "SQLite", "name": "my-database", "database": "${userHome}/my-database.sqlite3" } ] }
"${userHome}"
Expected behavior The ${userHome} variable should be evaluated rather than treated as a string literal.
Screenshots N/A
Desktop (please complete the following information):
Additional context The ${workspaceFolder:Foobar} variable seems to work correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the ${userHome} variable is used to specify a database, it is interpreted as a literal string instead.
To Reproduce
Steps to reproduce the behavior:
"${userHome}"
instead of evaluating the VS Code variable.Expected behavior
The ${userHome} variable should be evaluated rather than treated as a string literal.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
The ${workspaceFolder:Foobar} variable seems to work correctly.
The text was updated successfully, but these errors were encountered: