* Clears the IDE context and notifies all registered subscribers of the change.
()
| 135 | * Clears the IDE context and notifies all registered subscribers of the change. |
| 136 | */ |
| 137 | function clearIdeContext(): void { |
| 138 | ideContextState = undefined; |
| 139 | notifySubscribers(); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Retrieves the current IDE context. |
nothing calls this directly
no test coverage detected