Skip to content

Commit d8c81d4

Browse files
author
Keegan Irby
committed
Condense info message text
1 parent aa5dfc3 commit d8c81d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ export async function tailLogGroup(
4444
const session = new LiveTailSession(liveTailSessionConfig)
4545
if (registry.has(uriToKey(session.uri))) {
4646
await vscode.window.showTextDocument(session.uri, { preview: false })
47-
void vscode.window.showInformationMessage(
48-
`Switching editor to an existing session. Found running session that matches request.`
49-
)
47+
void vscode.window.showInformationMessage(`Switching editor to an existing session that matches request.`)
5048
span.record({
5149
result: 'Succeeded',
5250
sessionAlreadyStarted: true,

0 commit comments

Comments
 (0)