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 30500cb commit 5ebd7a6Copy full SHA for 5ebd7a6
src/extension.ts
@@ -130,7 +130,7 @@ export async function activate(context: vscode.ExtensionContext) {
130
authStateChangedHandler = postStateListener
131
settingsUpdatedHandler = postStateListener
132
133
- userInfoHandler = async ({ userInfo }: { userInfo: any }) => {
+ userInfoHandler = async ({ userInfo }: { userInfo: CloudUserInfo }) => {
134
postStateListener()
135
136
if (!CloudService.instance.cloudAPI) {
0 commit comments