apache / openwhisk-vscode

[DEPRECATED] - Visual Studio Code extension (prototype) for authoring OpenWhisk actions inside the editor.
Apache License 2.0
19 stars 4 forks source link

wsk action init bug #8

Closed triceam closed 8 years ago

triceam commented 8 years ago

wsk action init fails silently if there is no project folder.

triceam commented 8 years ago

Added check for vscode.workspace.rootPath when calling wsk action init and `wsk action get'. Now it will display a warning message at the top of the editor, and also will display the OpenWhisk log if a project folder has not been configured.

image