Skip to content

Commit

Permalink
IJ-CR-146078 don't export core.impl
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ae848f09ca7574692659498bf35c82a91dc4fa6b
  • Loading branch information
develar authored and van800 committed Dec 31, 2024
1 parent 1747e6b commit 21230bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.intellij.psi.PsiFileFactory
import com.intellij.xdebugger.evaluation.XDebuggerEditorsProviderBase
import com.jetbrains.rider.plugins.godot.GdScriptFileType

class GdScriptDebuggerEditorsProvider: XDebuggerEditorsProviderBase() {
internal class GdScriptDebuggerEditorsProvider: XDebuggerEditorsProviderBase() {
override fun getFileType(): FileType {
return GdScriptFileType.INSTANCE
}
Expand Down

0 comments on commit 21230bc

Please sign in to comment.