Home
last modified time | relevance | path

Searched refs:enableInactiveFileCodeIntelligence (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/commands/
H A Dbazel.ts31 enableInactiveFileCodeIntelligence,
55 () => enableInactiveFileCodeIntelligence(clangdActiveFilesCache),
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dclangd.ts411 export async function enableInactiveFileCodeIntelligence( function