I'm developing a extension for a Language that is used in the company I work. When I'm indexing the file, I have some Http requests and that takes time to finish. When it finishes, the view has already been updated and the semantic tokens build. Is there a way to force the semantic tokens to build again to show the new content?
I use the vscode.DocumentRangeSemanticTokensProvider
interface to build the tokens.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…