You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we prompt the user to install/update Task when the extension is activated if:
Task is not installed (error)
Task does not meet the minimum version requirements (error)
The user has internet connection and we determine that a newer version of Task is available (info).
The prompt displays an Install/Update button which opens the Installation page on the Task website.
We should investigate ways in which we can automate this installation for users. We already have an installation script that is available at https://taskfile.dev/install.sh. However, there are issues with using this:
The project that generates the script is no longer maintained
Currently, we prompt the user to install/update Task when the extension is activated if:
The prompt displays an
Install
/Update
button which opens the Installation page on the Task website.We should investigate ways in which we can automate this installation for users. We already have an installation script that is available at https://taskfile.dev/install.sh. However, there are issues with using this:
.sh
script which won't necessarily run on all systems.$PATH
The text was updated successfully, but these errors were encountered: