You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DanTup
changed the title
[Property Editor] TextDocumentIdentier might be null
[Property Editor] TextDocumentIdentifier.version might be nullJan 15, 2025
In order to support IntelliJ (which currently does not send a text document version identifier) we have decided to make it optional (see comment at https://dart-review.googlesource.com/c/sdk/+/392908/comment/dd68c796_bd6c34ef/).
The API class will need to be updated to handle the nullable value:
devtools/packages/devtools_app/lib/src/service/editor/api_classes.dart
Line 348 in f7a9352
The text was updated successfully, but these errors were encountered: