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 2896328 commit aa5dfc3Copy full SHA for aa5dfc3
packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts
@@ -45,7 +45,7 @@ export async function tailLogGroup(
45
if (registry.has(uriToKey(session.uri))) {
46
await vscode.window.showTextDocument(session.uri, { preview: false })
47
void vscode.window.showInformationMessage(
48
- `Opening already running session's document. Found running session that matches new request.`
+ `Switching editor to an existing session. Found running session that matches request.`
49
)
50
span.record({
51
result: 'Succeeded',
0 commit comments