Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Example config #1

Closed
Kerrys7777 opened this issue Jul 12, 2017 · 4 comments
Closed

Example config #1

Kerrys7777 opened this issue Jul 12, 2017 · 4 comments

Comments

@Kerrys7777
Copy link

I am unsure how to use the settings documented for a basic SCSS project in VSC.

Could a super simple config / package / tasks example file be added?

I would like to have the file(s) saved in a dist or css folder compressed. Can the extension also produce a style.css.map file?

Thanks,
Kerry

@ritwickdey
Copy link
Owner

First, Thanks a lot for the feedback.

Okay, I understand.
Create a .vscode folder in the root of project then inside of .vscode folder create a json file named settings.json .

inside of the settings.json .

{
    "liveSassCompile.settings.savePath": "/dist/css",
    "liveSassCompile.settings.format": "compressed"
}

you'll get intelli-sense while you typing inside of settings.json.

Nope, I that extension will not produce .map file. I will definitely try to add the features.

@ritwickdey
Copy link
Owner

Hi, I've an update for you.

I am working for the feature & I'm all most done. But I need a few test on different possibilities from Windows Environment and as well as from Linux Environment.

So, if everything goes right, I am targeting to publish the build tomorrow. :)

@Kerrys7777
Copy link
Author

Hey @ritwickdey

Thank you for adding the settings.json snippet. Working nicely now.

Looking forward to the update with new style.map.css file feature.

@ritwickdey
Copy link
Owner

Hi @Kerrys7777 .

I published the version. Let me know if you like it or not. :)
For now, I am closing the issue.

If you found any bug or if you have any other suggestion, feel free to report or suggest me. If you like the extension, don't forgot to rate it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants