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
letlib=require("dockerfile-language-service");letservice=lib.DockerfileLanguageServiceFactory.createLanguageService();letcontent="ENV a b";service.computeSemanticTokens(content);
The returned array has 20 (4x5) instead of 15 (3x5) items. There should only be three tokens.
The text was updated successfully, but these errors were encountered:
ENV a b
The returned array has 20 (4x5) instead of 15 (3x5) items. There should only be three tokens.
The text was updated successfully, but these errors were encountered: