jamesbirtles / svelte-vscode

Svelte language support for VS Code
https://marketplace.visualstudio.com/items?itemName=JamesBirtles.svelte-vscode
MIT License
209 stars 23 forks source link

Selector is expected #85

Closed 0x000777 closed 4 years ago

0x000777 commented 4 years ago

image

I use SCSS (svelte-preprocess). The screenshot shows a syntax error, in fact, everything is correctly written without errors. Can you add a rule to prevent this error when using scss?

kaisermann commented 4 years ago

@Highter87 Hey! Have you configured a svelte.config.js file on the root of your project?

0x000777 commented 4 years ago

Strange, I had it ... But in fact this configuration file did not exist. The issue is resolved!