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
constlib=require("dockerfile-language-service")constservice=lib.DockerfileLanguageServiceFactory.createLanguageService();service.computeCompletionItems("FROM a as a\nCOPY . . ",{line: 1,character: 9});
This code will enter an infinite loop.
The text was updated successfully, but these errors were encountered:
rcjsuen
changed the title
Infinite loop when computing completion items if the build stage shares the name with the image
Infinite loop when computing completion items in ADD and COPY if the build stage shares the name with the image
Dec 8, 2021
constlib=require("dockerfile-language-service")constservice=lib.DockerfileLanguageServiceFactory.createLanguageService();service.computeCompletionItems("FROM a as a\nADD . . ",{line: 1,character: 8});
This code will enter an infinite loop.
The text was updated successfully, but these errors were encountered: