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

SCSS Autocompletion broken #2522

Closed
4 tasks done
sglancer opened this issue Dec 5, 2020 · 1 comment
Closed
4 tasks done

SCSS Autocompletion broken #2522

sglancer opened this issue Dec 5, 2020 · 1 comment

Comments

@sglancer
Copy link

sglancer commented Dec 5, 2020

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ
  • I have tried restarting VS Code or running Vetur: Restart VLS

Info

  • Platform: Windows 10
  • Vetur version: 0.30.3
  • VS Code version: 1.51.1

Problem

Autocompletion inside a style tag is broken in Vetur version 0.30.3, as shown in the following screenshot.
image

Pressing tab obviously autocompletes to "marginright: ;", instead of "margin-right". This problem occurs with any CSS property: first option would be exactly what you type.
Reinstalling Vetur/VSC doesn't work. Rolling back to a previous Vetur version (0.30.2) solves this problem.

Reproducible Case

  • Open a .vue file
  • In the <style> tag, try to autocomplete any CSS property.
@XiongAmao
Copy link

I have the same problem. v_0.30.2 does not have this problem.
Compare v_0.30.3 and v_0.30.2, it seems that the vscode-emmet-helper (2.0.9 -> 2.1.2) update is causing the problem.
v0.30.2...v0.30.3

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

No branches or pull requests

3 participants