Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PowerShell/vscode-powershell
/ convertToCheckBox
Function
convertToCheckBox
src/controls/checkboxQuickPick.ts:95–97 ·
view source on GitHub ↗
(item: ICheckboxQuickPickItem)
Source
from the content-addressed store, hash-verified
93
}
94
95
function
convertToCheckBox(item: ICheckboxQuickPickItem): string {
96
return
`${item.isSelected ? checkedPrefix : uncheckedPrefix} ${item.label}`;
97
}
Callers
1
getQuickPickItems
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected