(actionId: string)
| 150 | } |
| 151 | |
| 152 | function resolveContextCommandAction(actionId: string) { |
| 153 | return actionRegistry.get(actionId) |
| 154 | } |
| 155 | |
| 156 | function setPackageContextOnOpen(scopeId: string, onOpen: () => void | Promise<void>) { |
| 157 | packageContextOpenRegistry.set(scopeId, onOpen) |
no test coverage detected