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 aa1f16c commit 6afae55Copy full SHA for 6afae55
packages/amazonq/src/lsp/auth.ts
@@ -3,7 +3,6 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
-import { window } from 'vscode'
7
import { RequestType, ResponseMessage } from '@aws/language-server-runtimes/protocol'
8
import * as jose from 'jose'
9
import * as crypto from 'crypto'
@@ -59,7 +58,6 @@ export class AmazonQLSPAuth {
59
58
// send the token to the language server
60
const token = await AuthUtil.instance.getBearerToken()
61
await this.updateBearerToken(token)
62
- void window.showErrorMessage(`Updated bearer token`)
63
}
64
65
0 commit comments