🏎️ jetbrains.ts

This commit is contained in:
nirholas
2026-03-31 10:24:19 +00:00
parent 78e4759653
commit 8ce2425a5a
+1
View File
@@ -189,3 +189,4 @@ export function isJetBrainsPluginInstalledCachedSync(
): boolean { ): boolean {
return pluginInstalledCache.get(ideType) ?? false return pluginInstalledCache.get(ideType) ?? false
} }