mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
fix: typo
This commit is contained in:
@ -67,7 +67,7 @@ export class AzureDevOpsAuthenticationProvider implements AuthenticationProvider
|
||||
}
|
||||
}
|
||||
|
||||
// This is a crutial function that handles whether or not the token has changed in
|
||||
// This is a crucial function that handles whether or not the token has changed in
|
||||
// a different window of VS Code and sends the necessary event if it has.
|
||||
private async checkForUpdates(): Promise<void> {
|
||||
const added: AuthenticationSession[] = [];
|
||||
|
||||
Reference in New Issue
Block a user