diff --git a/server/src/qLangServer.ts b/server/src/qLangServer.ts index 30802ac0..448afb2f 100644 --- a/server/src/qLangServer.ts +++ b/server/src/qLangServer.ts @@ -142,8 +142,8 @@ export default class QLangServer { }, full: true, }, - // Whether the server supports providing call hierarchy information for a symbol. - callHierarchyProvider: true, + // Whether the server supports providing call hierarchy information for a symbol - disabled for the moment. + callHierarchyProvider: false, }; }