sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code
https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode
MIT License
22 stars 4 forks source link

Support global .env at project level #366

Closed allanbowe closed 1 year ago

allanbowe commented 1 year ago

When making auth operations in the CLI we have a project level .env file and also .env.targetname files - where the .env.targetname settings take precedence.

The VS Code extension should follow the same rules (look at .env.targetname first then .env for valid auth settings)

sasjsbot commented 1 year ago

:tada: This issue has been resolved in version 1.25.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: