Home
last modified time | relevance | path

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

/external/pigweed/pw_ide/ts/pigweed-vscode/src/settings/
Dvscode.ts42 hideInactiveFileIndicators: Setting<boolean>; property
284 function hideInactiveFileIndicators(): boolean; function
285 function hideInactiveFileIndicators(value: boolean | undefined): Thenable<void>;
286 function hideInactiveFileIndicators(
384 hideInactiveFileIndicators, constant
/external/pigweed/pw_ide/ts/pigweed-vscode/src/
DinactiveFileDecoration.ts86 if (!settings.hideInactiveFileIndicators()) {
/external/pigweed/pw_ide/guide/vscode/
Dindex.rst303 .. py:data:: pigweed.hideInactiveFileIndicators