Home
last modified time | relevance | path

Searched refs:disableInactiveFileCodeIntelligence (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dsettings.ts34 disableInactiveFileCodeIntelligence: Setting<boolean>; property
173 function disableInactiveFileCodeIntelligence(): boolean; function
174 function disableInactiveFileCodeIntelligence(
177 function disableInactiveFileCodeIntelligence(
277 disableInactiveFileCodeIntelligence, constant
H A Dclangd.ts265 if (!settings.disableInactiveFileCodeIntelligence()) {
401 export async function disableInactiveFileCodeIntelligence( function
405 await settings.disableInactiveFileCodeIntelligence(true);
415 await settings.disableInactiveFileCodeIntelligence(false);
H A DstatusBar.ts129 if (settings.disableInactiveFileCodeIntelligence()) {
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/commands/
H A Dbazel.ts30 disableInactiveFileCodeIntelligence,
48 () => disableInactiveFileCodeIntelligence(clangdActiveFilesCache),
/aosp_15_r20/external/pigweed/pw_ide/guide/vscode/
H A Dindex.rst277 .. py:data:: pigweed.disableInactiveFileCodeIntelligence