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

Request textDocument/completion failed after opening an html tag at a custom element #47

Closed
zoltanbedi opened this issue May 29, 2017 · 2 comments
Assignees
Labels

Comments

@zoltanbedi
Copy link

I'm submitting a bug report

  • Extension Version:
    0.3.3

Please tell us about your environment:

  • Operating System:
    Windows 10

  • Visual studio code version:
    1.12.2

Current behavior:
Starting to type an html tag after a custom element gives an error: Request textDocument/completion failed with message: Cannot read property 'permittedChildren' of undefined Code: -32603
Please take a look at the screencast I made: https://www.screencast.com/t/rRy8s5JADa

Expected/desired behavior:

  • What is the expected behavior?

  • What is the motivation / use case for changing the behavior?

@eriklieben eriklieben added the bug label May 29, 2017
@eriklieben eriklieben self-assigned this May 29, 2017
@eriklieben
Copy link
Contributor

Thank you for the bug request!, I am sorry you are experiencing issues.
The screencast was very helpful to reproduce the issue.

@eriklieben
Copy link
Contributor

New version is released, which should resolve the above issues and some others.
Thank you for your help in resolving the bugs.

0.3.4 (2017-05-29)

Bug Fixes

  • auto-complete: add submit event auto complete to form element (b03ecd2)
  • auto-complete: don't auto-complete attibutes inside attribute value (093a36a)
  • auto-complete: don't auto-complete bindings on wrong spots (e650d0d)
  • auto-complete: ignore elements that are currently not registered, resolves #47 (d5e8002)
  • auto-complete: use auto-complete from HTML language for closing tag (180773e)
  • html-validation: don't do anything on empty documents, resolves #46 (40c2c23)

Features

  • dependencies: update vscode-language(client/server/server-types) and aurelia-cli (198dd1f)
  • syntax: tokenize capture event binding (2662c01)
  • vscode: update vscode version to 1.12.1 (559f3c2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants