Skip to content

Work around extension document race condition

Administrator requested to merge tj/ext-doc-race into main

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.

Screenshot from 2020-10-18 19-57-41

Occasionally, the opened text document is sent to extensions before they have been activated. As a result, extensions that use openTextDocuments were flaky.

Merge request reports

Loading