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
Document represent current document, document.textDocument represent synchronized document.
This way we could improve performance by avoid unnecessary conversion, and workspace could emit Document for events which can be easier to work with for extensions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Document represent current document,
document.textDocument
represent synchronized document.This way we could improve performance by avoid unnecessary conversion, and workspace could emit
Document
for events which can be easier to work with for extensions.Beta Was this translation helpful? Give feedback.
All reactions