sqlfluff / vscode-sqlfluff

An extension to use the sqlfluff linter in vscode.
https://marketplace.visualstudio.com/items?itemName=dorzey.vscode-sqlfluff
MIT License
156 stars 33 forks source link

Environment variables cannot be passed to extension #123

Open ShaneMazur opened 10 months ago

ShaneMazur commented 10 months ago

Unable to provide a token stored as an environment variable to this extension (templater = dbt, dialect = databricks) :

How can we configure the extension to inherit an environment variable in some way? (for obvious reasons I wouldn't want to hardcode a token in my settings.json)