TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
43 stars 9 forks source link

Two dollar signs when using autocomplete in vue file #93

Closed Matix-Media closed 2 years ago

Matix-Media commented 2 years ago

Describe the bug When I try to use the autocomplete feature in a Vue file and start by typing a dollar sign ($) and click on an auto complete option, the dollar sign I wrote does not seem to get override, which leads to two dollar signs.

To Reproduce Steps to reproduce the behavior: Open a vue single component file, use autocomplete with variable

Expected behavior only one dollar sign

Screenshots If you add screen shots of code, please also paste the code as text so that i can just copy the code and reproduce the bug. Screenshot

TheRealSyler commented 2 years ago

This extension is for .sass only, please open your issue in the vscode repo.