smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

feat: never reveal output window when returning #55

Closed eduardomourar closed 2 years ago

eduardomourar commented 2 years ago

Issue #, if available: N/A

Description of changes:

By default, whenever the extension sends a message, the focus is switched to VSCode's output window. This change will prevent that from happening so that the user can choose when to check those messages.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.