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 2628e2d commit 2eb5693Copy full SHA for 2eb5693
packages/core/src/codewhisperer/util/runtimeLanguageContext.ts
@@ -235,9 +235,7 @@ export class RuntimeLanguageContext {
235
* @returns true if the language is supported by CodeWhisperer otherwise false
236
*/
237
public isLanguageSupported(languageId: string): boolean {
238
- console.log('id', languageId)
239
const lang = this.normalizeLanguage(languageId)
240
- console.log('normalized id', lang)
241
switch (lang) {
242
case undefined:
243
console.log('false')
0 commit comments