mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:50:14 +01:00
@@ -131,7 +131,8 @@ function updateCppInlineDecorations(editor: TextEditor | undefined) {
|
||||
return;
|
||||
}
|
||||
const document = editor.document;
|
||||
if (document.languageId !== 'carbon') {
|
||||
if (document.languageId !== 'carbon' &&
|
||||
document.languageId !== 'carbon-testdata') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user