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
Description:
After installing the VS Code extension, VSCode shows a warning that The toolkit requires ASK CLI to execute the commands, but the ask-cli is installed and the $PATH includes where the CLI resides. The check of the existence of "ask" command line fails and thus blocks the usage of plugin.
Steps to reproduce the issue:
Work on a skill project in VSCode and quit the application directly (cmd+q in MAC OS).
Re-open the plugin application directly, VSCode will open skill project where it's last time quited.
Warning message will display.
Re-open the project, plugin will work as normal.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Mac VS Code version:
v1.33.1
The text was updated successfully, but these errors were encountered:
Noticed this too, but it's due to ASK CLI v2 not having the ask init -l option anymore, it looks like it was removed in v0.8.0. The documentation says it was moved to ask configure -l but that's not the case, it's just gone.
The new extension version is completely decoupled of ASK CLI. Please upgrade to the latest version and try the features out. Closing this issue for now since this is on an earlier version. Thanks.
Description:
After installing the VS Code extension, VSCode shows a warning that
The toolkit requires ASK CLI to execute the commands
, but the ask-cli is installed and the $PATH includes where the CLI resides. The check of the existence of "ask" command line fails and thus blocks the usage of plugin.Steps to reproduce the issue:
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Mac
VS Code version:
v1.33.1
The text was updated successfully, but these errors were encountered: