🏎️ jetbrains.ts

This commit is contained in:
nirholas
2026-03-31 10:24:19 +00:00
parent 78e4759653
commit 8ce2425a5a

View File

@@ -189,3 +189,4 @@ export function isJetBrainsPluginInstalledCachedSync(
): boolean {
return pluginInstalledCache.get(ideType) ?? false
}