Closed mburleigh closed 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.
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!
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.