diff --git a/src/constants.ts b/src/constants.ts index 9a80d7928..091e90d2e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -26,6 +26,7 @@ export const CREATABLE_BLACKLIST = new Set([ export const PLUGIN_ONLY_CLASSES = new Set([ "ABTestService", "ChangeHistoryService", + "CoreGui", "DataModelSession", "DebuggerBreakpoint", "DebuggerManager",