- "Authorization code" grant is applied now. Password and token file approach has been removed. Your client ID need to be registered with "authorization_code" and "refresh_token" grant type now.
- Login with SASLogon with PKCE
- Refresh your access token with refresh token
- Built-in client ID for Viya4 2022.11 and later
- Command ID
SAS.session.run
andSAS.session.runSelected
changed toSAS.run
andSAS.runSelected
- Settings
SAS.session.host
,SAS.session.clientId
, etc. migrated toSAS.connectionProfiles
- Support connection profiles
- Improve macro statement autocomplete
- Percentage sign should escape quotes in %str
- PROC SQL snippet syntax
- Support run selected SAS code
- It now recovers from syntax check mode on each run
- Correct syntax highlighting for name literal
- SAS themes provide default colors to non-SAS languages
- SAS syntax have basic type colors in non-SAS themes
- Update README to show animated gifs
- Compute context not found error in some cases. User can now specify a compute context name to use.
- Rearrange settings fields
- Update dependencies versions
- Fixed blank error in some cases
- Update README.md to link to wiki
Initial release