question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

partials compiled despite settings.partialsList

See original GitHub issue

hi all!

saving my “_variables.scss” file, the “main.scss” file (wich imports the partial) is correctly compiled to its “main.css” file, however a “_variables.css” is compiled as well, even though the /Users/ME/Library/Application Support/Code/User/settings.json says: "liveSassCompile.settings.partialsList":[ "/**/_*.s[ac]ss" ], am i doing something wrong?

(i’m on a mac with ventura 13.0.1, i see no .vscode in the project root)

thanx!

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
glenn2223commented, Nov 17, 2022

No problem, just glad your solution is working now. Let me know if you need anything else 😁

0reactions
none511commented, Nov 17, 2022

ok, now everything works fine, don’t know if i found the problem, but here we go: found out i had the old extension by ritwick dey installed, it is marked as deprecated and i couldn’t remove it:

immagine

i ended up removing the extension folder from /Users/ME/.vscode/extensions/ , it does still appearing but now you’re compiler is working like charm. will investigate further about the problem with vscode.

sorry if i messed up and thank you very much for supporting me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mixin partial and variables partial not detected when scss is ...
scss partials do not seem to be picked up when I compile my Sass files. My _globals.scss and _header.scss are picked up fine,...
Read more >
Changing partial scss file does not auto-recompile main scss file
My issue is that when I make changes in a partial scss file ( example: _partial. scss ), it does not recompile the...
Read more >
Working with partials | Sass and Compass Designer's Cookbook
Partials are special Sass files that can be imported in your project, but the partials themselves are not compiled into CSS.
Read more >
The hidden power of Handlebars partials - Cloud Four
I was recently working on a small project with only a handful of static pages. Because it was small, we started without a...
Read more >
Partial Recompilation, how? - TeX - LaTeX Stack Exchange
As a workaround what can be done though is to start the compilation with LaTeX up to the point of the current cursor...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found