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

show ☁️ icon all the time #368

Closed allanbowe closed 1 year ago

allanbowe commented 1 year ago

Currently we show the cloud icon only when the syncDirectories object is present in the target. This is problematic as we only read the target list once, on startup.

To avoid the need to refresh, we should show the icon all the time. If the icon is clicked and there are no syncDirectories we should display the following message:

No syncDirectories defined in the current target

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: