File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/cursorless-org-docs/src/docs/user/languages/components Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
4444 subtitle = "These facets are supported"
4545 expanded
4646 />
47+
4748 < ScopeSupportForLevel
4849 facets = { supportedLegacyScopes }
4950 title = "Supported Legacy facets"
5051 subtitle = "These facets are supported with the legacy implementation and should be migrated to the new implementation"
5152 />
53+
5254 < ScopeSupportForLevel
5355 facets = { unsupportedScopes }
5456 title = "Unsupported facets"
@@ -62,6 +64,7 @@ export function ScopeSupport({ languageId }: Props): JSX.Element {
6264 </ >
6365 }
6466 />
67+
6568 < ScopeSupportForLevel
6669 facets = { unspecifiedScopes }
6770 title = "Unspecified facets"
You can’t perform that action at this time.
0 commit comments