You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
Vetur: Restart VLS
Info
Problem
Autocompletion inside a style tag is broken in Vetur version 0.30.3, as shown in the following screenshot.
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
The text was updated successfully, but these errors were encountered: