Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/LeetCode-OpenSource/vscode-leetcode
/ IQuickItemEx
Interface
IQuickItemEx
src/shared.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
* as vscode from
"vscode"
;
5
6
export
interface
IQuickItemEx<T> extends vscode.QuickPickItem {
7
value: T;
8
}
9
10
export
enum UserStatus {
11
SignedIn = 1,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected