microsoft / vscode-azurecli

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

Open results in tabs #55

Closed mburleigh closed 5 years ago

mburleigh commented 5 years ago

Simplify and separate code based on @chrmarti comments on my original PR (https://github.com/microsoft/vscode-azurecli/pull/47).

This PR adds the user setting & implementation to open command results in separate tabs.

chrmarti commented 5 years ago

Testing revealed that the code would fail replacing content when the editor is already hidden by the next one. I'm adding a change to use WorkspaceEdit to cover that case. Thanks!