Skip to content

Commit

Permalink
fix: dont expand vscode console on startup (#1834)
Browse files Browse the repository at this point in the history
Fixes #1826
  • Loading branch information
gak authored Jun 19, 2024
1 parent 6e2a7d2 commit e005eb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ export const activate = async (context: ExtensionContext) => {
showCommands,
showLogsCommand
)

outputChannel.show()
}

export const deactivate = async () => client.stop()
Expand Down

0 comments on commit e005eb9

Please sign in to comment.