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

Doesn't work in web textDocument/documentColor #1479

Closed
zardoy opened this issue Jun 19, 2022 · 2 comments
Closed

Doesn't work in web textDocument/documentColor #1479

zardoy opened this issue Jun 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@zardoy
Copy link
Contributor

zardoy commented Jun 19, 2022

Hey! I really want to use document features in the browser, but it doesn't seem to work.

To reproduce:

  1. Open fresh vscode.dev
  2. Install volar
  3. Create new untitled vue file
  4. It starts spamming that 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

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Jun 19, 2022
@johnsoncodehk
Copy link
Member

It seems a regression, thank to report!

@johnsoncodehk
Copy link
Member

johnsoncodehk commented Aug 27, 2022

Still not working in v0.40.2 due to some bundle issue, it will be fix in v0.40.3.

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

2 participants