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

`CLIENT=undefined` during Viya Target Auth #365

Closed allanbowe closed 1 year ago

allanbowe commented 1 year ago

Today in the latest version of the extension, we witnessed the following:

Subsequently we used the CLI to perform a sasjs fs sync and the operation failed. This is due to the .env.target file having been updated as follows:

CLIENT=undefined
SECRET=undefined

We suspect this behaviour occurred as part of the auth flow of the extension.

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: