Skip to content

not support scss #142

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

Closed
ZSkycat opened this issue Aug 2, 2018 · 4 comments
Closed

not support scss #142

ZSkycat opened this issue Aug 2, 2018 · 4 comments

Comments

@ZSkycat
Copy link

ZSkycat commented Aug 2, 2018

output in console

[Extension Host]% 5 failed attempts to parse. List of the documents:
[Extension Host] /d:/WorkspaceSync/vue-typescript-solution/src/style/base.scss
/d:/WorkspaceSync/vue-typescript-solution/src/style/help.scss
/d:/WorkspaceSync/vue-typescript-solution/src/style/var.scss
/d:/WorkspaceSync/vue-typescript-solution/src/style/app-vueclass/index.scss
/d:/WorkspaceSync/vue-typescript-solution/src/style/app-vueclass/component/ViewColor.scss
@muuvmuuv
Copy link

muuvmuuv commented Aug 8, 2018

What about: "html-css-class-completion.includeGlobPattern": "**/*.{css,html,scss}",

@mkbctrl
Copy link

mkbctrl commented Aug 17, 2018

@muuvmuuv smth is wrong here, I try to add the following snippet:
"html-css-class-completion.includeGlobPattern" : "app/assets/*.{scss,html}"
or
"html-css-class-completion.includeGlobPattern" : "app/assets/*.{css,scss,html}"

and after 1st reload nothing chaged, intelli sense didn't found new classnames,
after 2nd and more reloads the lightning icon just disappeared and stoped working at all

@muuvmuuv
Copy link

Try to include the double-star before the app selector or try the global glob. Normally this should work (it works on my system with scss)

Sent with GitHawk

@zignd
Copy link
Owner

zignd commented Apr 27, 2019

Currently there's no support for Sass, but there's already an open issue to track this at #10.

@zignd zignd closed this as completed Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants