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
textDocument/documentColor
Hey! I really want to use document features in the browser, but it doesn't seem to work.
To reproduce:
Request textDocument/documentColor failed.
I also tried this file:
<template> <div class="test"></div> </template> <script> export default { methods() { sayHi() {} } } </script>
it doesn't give any outline.
I'm creating this issue, since #612 says that document features are supported
The text was updated successfully, but these errors were encountered:
It seems a regression, thank to report!
Sorry, something went wrong.
3770337
Still not working in v0.40.2 due to some bundle issue, it will be fix in v0.40.3.
No branches or pull requests
Hey! I really want to use document features in the browser, but it doesn't seem to work.
To reproduce:
Request textDocument/documentColor failed.
I also tried this file:
it doesn't give any outline.
I'm creating this issue, since #612 says that document features are supported
The text was updated successfully, but these errors were encountered: