We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f8c3a commit eb1b851Copy full SHA for eb1b851
1 file changed
apps/studio/src/components/app-sidebar.tsx
@@ -128,7 +128,7 @@ const PROTOCOL_GROUPS: ProtocolGroup[] = [
128
];
129
130
/** Types that are internal / should be hidden from the sidebar */
131
-const HIDDEN_TYPES = new Set(['plugin', 'plugins', 'kind', 'package']);
+const HIDDEN_TYPES = new Set(['plugin', 'plugins', 'kind']);
132
133
/** System namespace used for FQN-based names (e.g., sys__user) */
134
const SYSTEM_NAMESPACE = 'sys';
0 commit comments