()
| 1400 | |
| 1401 | // LSP plugin recommendation session tracking |
| 1402 | export function hasShownLspRecommendationThisSession(): boolean { |
| 1403 | return STATE.lspRecommendationShownThisSession |
| 1404 | } |
| 1405 | |
| 1406 | export function setLspRecommendationShownThisSession(value: boolean): void { |
| 1407 | STATE.lspRecommendationShownThisSession = value |
no outgoing calls
no test coverage detected