Home
last modified time | relevance | path

Searched defs:disableInactiveFileCodeIntelligence (Results 1 – 2 of 2) 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
277 disableInactiveFileCodeIntelligence, constant
H A Dclangd.ts401 export async function disableInactiveFileCodeIntelligence( function