Searched refs:disableInactiveFileCodeIntelligence (Results 1 – 5 of 5) sorted by relevance
34 disableInactiveFileCodeIntelligence: Setting<boolean>; property173 function disableInactiveFileCodeIntelligence(): boolean; function174 function disableInactiveFileCodeIntelligence(177 function disableInactiveFileCodeIntelligence(277 disableInactiveFileCodeIntelligence, constant
265 if (!settings.disableInactiveFileCodeIntelligence()) {401 export async function disableInactiveFileCodeIntelligence( function405 await settings.disableInactiveFileCodeIntelligence(true);415 await settings.disableInactiveFileCodeIntelligence(false);
129 if (settings.disableInactiveFileCodeIntelligence()) {
30 disableInactiveFileCodeIntelligence,48 () => disableInactiveFileCodeIntelligence(clangdActiveFilesCache),
277 .. py:data:: pigweed.disableInactiveFileCodeIntelligence