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 6e51e48 commit 0992a21Copy full SHA for 0992a21
packages/core/src/shared/constants.ts
@@ -129,7 +129,7 @@ export const ecsIamPermissionsUrl = vscode.Uri.parse(
129
*/
130
export const CLOUDWATCH_LOGS_SCHEME = 'aws-cwl' // eslint-disable-line @typescript-eslint/naming-convention
131
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
+export const ec2LogsScheme = 'aws-ec2'
133
export const amazonQDiffScheme = 'amazon-q-diff'
134
135
export const lambdaPackageTypeImage = 'Image'
0 commit comments