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
Clients may want to only fetch the semantic tokens of the visible lines in the editor instead of the entire file. We should change the function of computeSemanticTokens so that it can optionally take a Range argument for faster processing.
Clients may want to only fetch the semantic tokens of the visible lines in the editor instead of the entire file. We should change the function of
computeSemanticTokens
so that it can optionally take aRange
argument for faster processing.dockerfile-language-service/src/main.ts
Lines 127 to 130 in 3ea186f
The text was updated successfully, but these errors were encountered: