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

UTF-8 BOM prevents CompletionItems from displaying #112

Closed
rcjsuen opened this issue May 31, 2023 · 0 comments
Closed

UTF-8 BOM prevents CompletionItems from displaying #112

rcjsuen opened this issue May 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented May 31, 2023

const lib = require("dockerfile-language-service");
const service = lib.DockerfileLanguageServiceFactory.createLanguageService();
const items = service.computeCompletionItems("\ufeff", { line: 0, character: 1 });
console.log(items.length);
0

The UTF-8 BOM should be ignored and we should return items instead.

@rcjsuen rcjsuen added the bug Something isn't working label May 31, 2023
@rcjsuen rcjsuen self-assigned this May 31, 2023
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