microsoft / vscode-azurecli

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

Support multiline commands #61

Closed mburleigh closed 4 years ago

mburleigh commented 4 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.

mburleigh commented 4 years ago

@chrmarti / @chrisdias - I can't see the build error; can you take a look and let me know what's wrong?

mburleigh commented 4 years ago

@chrmarti / @chrisdias - I set up an Azure DevOps build pipeline using the azure-pipelines.yml at the root of the project and the branch for this PR (in my fork) builds without any errors.

I you can let me know what the error is I'd love to fix it and get this merged.

mburleigh commented 4 years ago

@chrmarti / @chrisdias - it's been a while since I checked on this PR. I can't see the build error but if you let me know what it is I'd love to get it fixed. If y'all don't think this PR is worthwhile just let me know and I can close it.

mburleigh commented 4 years ago

@chrmarti - I see all the issues as being resolved; please let me know if there are still some changes I need to make.

chrmarti commented 4 years ago

@mburleigh Thanks, I should get to it this milestone.

chrmarti commented 4 years ago

Looks good. I've added 'line' to the settings id to make it render nicely in the settings editor: image

Thanks!

chrmarti commented 4 years ago

@mburleigh I have published this feature with version 0.5.0 of the extension. As usual you will be mentioned in the VS Code (1.42) release notes for this PR. 👍