MCPcopy 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

4import * as vscode from "vscode";
5
6export interface IQuickItemEx<T> extends vscode.QuickPickItem {
7 value: T;
8}
9
10export enum UserStatus {
11 SignedIn = 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected