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
import{DockerfileLanguageServiceFactory}from'dockerfile-language-service';constservice=DockerfileLanguageServiceFactory.createLanguageService();letitems=service.computeLinks("FROM alpine AS base\nFROM base");console.log(items);
Only the first line should be a valid link to Docker Hub. We shouldn't be returning two items here.
The text was updated successfully, but these errors were encountered: