Skip to content

Commit 0992a21

Browse files
Update packages/core/src/shared/constants.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 6e51e48 commit 0992a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const ecsIamPermissionsUrl = vscode.Uri.parse(
129129
*/
130130
export const CLOUDWATCH_LOGS_SCHEME = 'aws-cwl' // eslint-disable-line @typescript-eslint/naming-convention
131131
export const AWS_SCHEME = 'aws' // eslint-disable-line @typescript-eslint/naming-convention
132-
export const EC2_LOGS_SCHEME = 'aws-ec2' // eslint-disable-line @typescript-eslint/naming-convention
132+
export const ec2LogsScheme = 'aws-ec2'
133133
export const amazonQDiffScheme = 'amazon-q-diff'
134134

135135
export const lambdaPackageTypeImage = 'Image'

0 commit comments

Comments
 (0)