be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
869 stars 65 forks source link

Leverage vscode settings sync #126

Closed swrobel closed 3 years ago

swrobel commented 4 years ago

Now that Settings Sync is generally available, is there a way to set this extension up so I don't have to manage individual css files on each of my machines, but instead have my css automagically sync between them?

Buckwich commented 3 years ago

I use a Github repo (https://github.com/Buckwich/vscode-custom-css-snippets) to store my custom css, one could also use gists. As the extension takes the files as URLs, the links to raw github files can be synced. I still have to do a CSS reload on every machine though.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.