Open sakralbar opened 6 years ago
That is the issue? .navBar
is showing correctly. & what is the name of the source file?
Ohh! Sorry! I was confused!!
I'm not sure why! If you turn off auto prefix, this is working?
You're right. If you disable the auto prefix, the line numbers of css-classes are displayed correctly. If the auto prefix is enabled, then a shift of the rows to some random number is observed. Sorry if this is not an issue.
Hello, I have the same problem since the last update (before this update, I didn't use the auto prefix, but it's was activated by default after the update). When I disabled the auto prefix, it's working correctly.
Yep! I think it's a bug. I'll check it
Same problem here. For a while though.
Same for me... Still no solution ?
I've tried working on this, but haven't found a solution yet. Reading from the postcss source maps guides, it seems apparent that we'll need to build the files first (non-autoprefixed), before building new source maps after autoprefixing.
Any thoughts, @ritwickdey?
@ritwickdey - is there any development on a fix for this?
Thanks
Same for me.
Having the same issue but turning off auto-prefix isn't an option for me.
Same Issue, i'd be pleased for a fix
I think we should disable auto prefix option and use another plugin for prefixing like postcss autoprefixer to apply to the main CSS file at the end of developing
Has there been any resolution to this? Having to choose between the auto prefix option and having source maps work properly is a pain. @ritwickdey
@glenn2223 is continuing work on this extension in a new repo at: https://github.com/glenn2223/vscode-live-sass-compiler That code includes a fix for this bug. If you search for "Live SASS Compiler - Glenn Marks", you can test out the preview extension. Note that this extension uses Dart SASS which will have the latest SASS specs, but may run slightly different than from deprecated Node SASS.
+1 having the same issue.
@TonyTheFerg, as per this comment (above), have you tried my extension?
This one here is no longer being maintained, whereas mine is (by me 😁). You can find a guide to migrating - the last FAQ - here (just change a couple of settings, if you use them)
@glenn2223 Thanks! That worked. How do I turn on showOutputWindowOn
?
Got it with this:
"liveSassCompile.settings.showOutputWindowOn": "Debug",
@glenn2223 Thanks! That worked.
Good, I'm glad 👍😁
How do I turn on
showOutputWindowOn
?Got it with this:
"liveSassCompile.settings.showOutputWindowOn": "Debug",
Glad you got it working. I was just about to send you this link, which has details on what each setting will output
Mismatched rows with classes in css