Work around extension document race condition
Created by: tjkandala
Update: Closed because I realized that the bug is in sqs/word-count
, not ExtensionsDocuments
. sqs/word-count
should check for the current text document on activation to prevent this.
Occasionally, the opened text document is sent to extensions before they have been activated. As a result, extensions that use openTextDocuments
were flaky.