microsoft / vscode-azureAutomation

MIT License
17 stars 4 forks source link

Cannot open Runbook locally (macOS ) #2

Closed ved-leachim closed 1 year ago

ved-leachim commented 2 years ago

When I click on the runbook it opens but in read-only mode. When I right click on the runbook and click on "Open local" it doesn't open. How can I edit a runbook locally or on azure within the vs code extension?

I'm working on a mac (macOS Monterey 12.6) with VS Code 1.72

kapil-azure-automation commented 1 year ago

This is fixed in new version (1.0.7). Thanks! The issue was due to slight dependency on path structure. You can also change directory by using Command palette (ctrl+ shift+P) > 'Change directory' and update directory like "user/abc/..."

ved-leachim commented 1 year ago

Thanks for the fix. Works like a charm now!