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
I'm using VS Code's Docker extension which uses your language server. I noticed that syntax highlighting breaks for the input:
ENV DEBIAN_FRONTEND \
noninteractive
The output panel logs:
[Error - 2:50:00 PM] Request textDocument/semanticTokens failed.
Message: Request textDocument/semanticTokens failed with message: Maximum call stack size exceeded
Code: -32603
This is invalid code, so I can understand if this issue was closed as a non-issue. I reported it anyway because the underlying issue might also affect valid code.
The text was updated successfully, but these errors were encountered:
@RunDevelopment Thank you for opening this bug report. Apologies for not getting back to you until now. I am able to reproduce this issue in VS Code.
Looks like this has been fixed by rcjsuen/dockerfile-language-service#76 so the Docker extension will be able to pick this up when I make a new release.
I'll leave this open for now until the change gets rolled into the language server itself.
I'm using VS Code's Docker extension which uses your language server. I noticed that syntax highlighting breaks for the input:
ENV DEBIAN_FRONTEND \ noninteractive
The output panel logs:
This is invalid code, so I can understand if this issue was closed as a non-issue. I reported it anyway because the underlying issue might also affect valid code.
The text was updated successfully, but these errors were encountered: