microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 47 forks source link

Support multi line commands, execute selections, and comments #60

Closed mburleigh closed 5 years ago

mburleigh commented 5 years ago

Working with JMESPath queries and Kusto queries (in the Resource Graph extension) results in some long commands.

This PR makes it possible to split long commands across several lines, add comments, and execute a selected substring of a longer command.