From fa7ea7f5fc89cf1be013240e32d2a197554ef9d2 Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Thu, 7 Sep 2023 10:22:20 +0100 Subject: [PATCH] disabling call hierarchy for the moment --- server/src/qLangServer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }; }