Reputation: 1505
I have a file foo.txt
and open it with my Custom Editor Extension.
When my extension edit it, I can know the change by fire onDidChangeDocument
Event.
But how can I know change from outside?
For example, I should update my web-view when some other program edit foo.txt
.
Upvotes: 0
Views: 1738