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.
2 parents 71013f8 + 9b0deb2 commit b23dc6aCopy full SHA for b23dc6a
packages/core/src/login/webview/vue/toolkit/backend_toolkit.ts
@@ -28,6 +28,7 @@ import globals from '../../../../shared/extensionGlobals'
28
export class ToolkitLoginWebview extends CommonAuthWebview {
29
public override id: string = 'aws.toolkit.AmazonCommonAuth'
30
public static sourcePath: string = 'vue/src/login/webview/vue/toolkit/index.js'
31
+ public override supportsLoadTelemetry: boolean = true
32
private isCodeCatalystLogin = false
33
34
override onActiveConnectionModified: vscode.EventEmitter<void> = new vscode.EventEmitter()
0 commit comments