Home
last modified time | relevance | path

Searched refs:refreshCompileCommandsTarget (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dsettings.ts40 refreshCompileCommandsTarget: Setting<string>; property
247 function refreshCompileCommandsTarget(): string; function
248 function refreshCompileCommandsTarget(
251 function refreshCompileCommandsTarget(
283 refreshCompileCommandsTarget, constant
H A DbazelWatcher.ts81 const refreshTarget = settings.refreshCompileCommandsTarget();
90 const args = ['run', settings.refreshCompileCommandsTarget()!];
/aosp_15_r20/external/pigweed/pw_ide/guide/vscode/
H A Dindex.rst334 .. py:data:: pigweed.refreshCompileCommandsTarget