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
// This is triggered on edits (just as the `input` event), but also when applying formatting changes, inserting images, etc. that the above callback misses.
1041
+
// This is triggered on edits (just as the `input` event), but
1042
+
// also when applying formatting changes, inserting images, etc.
/// True if this is a re-translation, which can be ignored if the receiver's
351
-
/// document is dirty. Therefore, this is written by the IDE and read by the Client and IDE; conversely, it's ignored by the Server. The IDE and Client should set this value to false.
351
+
/// document is dirty. Therefore, this is written by the IDE and read by the
352
+
/// Client and IDE; conversely, it's ignored by the Server. The IDE and
0 commit comments