We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5dfc3 commit d8c81d4Copy full SHA for d8c81d4
packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts
@@ -44,9 +44,7 @@ export async function tailLogGroup(
44
const session = new LiveTailSession(liveTailSessionConfig)
45
if (registry.has(uriToKey(session.uri))) {
46
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
- )
+ void vscode.window.showInformationMessage(`Switching editor to an existing session that matches request.`)
50
span.record({
51
result: 'Succeeded',
52
sessionAlreadyStarted: true,
0 commit comments