mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
RIDER-67119: Make JavaScriptDebugAware#canGetEvaluationInfo overridable to support Blazor unusually-formed files
GitOrigin-RevId: 885a7c57a080e1c064201d4b44afdc243a1e2eb7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
22e67cafdd
commit
ff878dd67d
@@ -64,7 +64,7 @@ abstract class JavaScriptDebugAware {
|
||||
open val isOnlySourceMappedBreakpoints: Boolean
|
||||
get() = true
|
||||
|
||||
fun canGetEvaluationInfo(file: PsiFile): Boolean = file.fileType == fileType
|
||||
open fun canGetEvaluationInfo(file: PsiFile): Boolean = file.fileType == fileType
|
||||
|
||||
open fun getEvaluationInfo(element: PsiElement, document: Document, expressionInfoFactory: ExpressionInfoFactory): Promise<ExpressionInfo?>? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user