MCPcopy Create free account
hub / github.com/Wscats/vscode-explore /

Class

contextKeyExpr/src/contributes.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10interface IContextOptions { [key: string]: string | number | boolean }
11
12export default new class Contributes {
13 private readonly _config: Config;
14 private readonly _contexts: Contexts;
15 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected