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 a45aac7 commit 5cf9c6aCopy full SHA for 5cf9c6a
packages/core/src/codewhisperer/views/lineAnnotationController.ts
@@ -425,7 +425,7 @@ export class LineAnnotationController implements vscode.Disposable {
425
}
426
427
// Disable Tips when language is not supported by Amazon Q.
428
- if (!runtimeLanguageContext.isLanguageSupported(editor.document.languageId)) {
+ if (!runtimeLanguageContext.isLanguageSupported(editor.document)) {
429
return
430
431
0 commit comments