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

Emmet doesn't work on sass files (new issue) #59058

Closed
mjsarfatti opened this issue Sep 20, 2018 · 2 comments
Closed

Emmet doesn't work on sass files (new issue) #59058

mjsarfatti opened this issue Sep 20, 2018 · 2 comments
Assignees
Labels
emmet Emmet related issues

Comments

@mjsarfatti
Copy link

I know there have been similar past issues, and they were all closed/solved.
I still have the issue today though.

The issue is present in both Code 1.27.2 and 1.28.0-insiders
Emmet works in CSS and SCSS files, but not in SASS files.

  • VSCode Version:
  • OS Version: macOS High Sierra 10.13.6

Steps to Reproduce:

  1. Download VSCode Insiders
  2. Open/create a sass file

Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Sep 20, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the emmet Emmet related issues label Sep 20, 2018
@mjsarfatti
Copy link
Author

I take it back, it's not a bug I guess, but a strange behavior and it could be useful for others: the problem was an unclosed multiline comment up above in the file:

/* 
  SECTION

p
  margin: 10px // Emmet doesn't work here, even though the sass file is compiled correctly and this margin is applied
/* 
  SECTION
*/
p
  margin: 10px // Emmet works now

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

2 participants