-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Error : Request textDocument/codeLens failed with message: Cannot read property 'length' of undefined #474
Comments
+1, it seems to be caused by the |
The tip still appear when i opening a |
How do I perform rollback on an extension? |
Visiting VSCode marketplace VSCode marketplace, and then clicking |
Still present in v0.27.18 |
Can you provide repro case? |
I just use the vitesse template : https://github.com/antfu/vitesse |
Can't reproduce, what do I need to do in template? |
@jamols09 on vuero ? |
Nope, the extension just got bugged. Does show error on any projects but I think this is fixed already. |
When i building my project. Throwing an error
Because i have a segment of code like this; <script lang="ts" setup>
const style = { foo: 'bar', color: '#101010' }
</script>
<style>
.bg-color: v-bind(style.color); // HILIGHT
</style> Shall we creating an issue to <script lang="ts" setup>
const color = '#101010'
</script>
<style>
.bg-color: v-bind(color); // HILIGHT
</style> Building successes as if binding a text variable in |
@iamanewofkotlin please provide a minimum reproduce in a new issue with valid css code. Otherwise I can't check the problem, thank you. |
@johnsoncodehk I guessed that the error was caused by dependence of Look like the error has been fixed in Thanks for |
Hello I got a tons of error on my device upon checking the output terminal. I'm not sure how to fix this entirely.
This is on the PC
Laptop
It looks like the error are somewhat related to each other.
The text was updated successfully, but these errors were encountered: