Skip to content

Commit ee3b057

Browse files
Remove comment about legacy api from scope not found error message (#3036)
1 parent 8c70364 commit ee3b057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode/src/ide/vscode/VSCodeScopeVisualizer/VscodeScopeVisualizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export abstract class VscodeScopeVisualizer {
6767
void showError(
6868
this.ide.messages,
6969
"ScopeVisualizer.scopeTypeNotSupported",
70-
`Scope type not supported for ${editor.document.languageId}, or only defined using legacy API which doesn't support visualization. See ${DOCS_URL}/contributing/adding-a-new-language for more about how to upgrade your language.`,
70+
`Scope type not supported for ${editor.document.languageId}. See ${DOCS_URL}/contributing/adding-a-new-language for more about how to update your language.`,
7171
);
7272
}
7373
}

0 commit comments

Comments
 (0)