(key: K, value: PontContext[K])
| 23 | } |
| 24 | |
| 25 | export function setContext<K extends keyof PontContext>(key: K, value: PontContext[K]) { |
| 26 | return commands.executeCommand('setContext', `${namespace}.${key}`, value); |
| 27 | } |
no outgoing calls
no test coverage detected