Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature help for the escape parser directive should not be formatted in Markdown #64

Closed
rcjsuen opened this issue Mar 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Mar 13, 2020

var dockerfileLanguageService = require("dockerfile-language-service");
var service = dockerfileLanguageService.DockerfileLanguageServiceFactory.createLanguageService();
var signatureHelp = service.computeSignatureHelp(
    "#escape=",
    { line: 0, character: 8 }
);
console.log(signatureHelp.signatures[0].label);
escape=`\`

As label is typed as a string, we should not be sending information back as Markdown.

@rcjsuen rcjsuen added the bug Something isn't working label Mar 13, 2020
@rcjsuen rcjsuen self-assigned this Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant