Hacker News new | ask | show | jobs
by Firehawke 1912 days ago
Don't quite need to do that.

Follow https://themes.vscode.one/faq/publishing-theme to step 4. Then use VSCE to make a package file as shown on https://code.visualstudio.com/api/working-with-extensions/pu...

You can then distribute the VSIX file that you create any way you please and also do a VSIX file installation of the theme on your local copy of VSC.

1 comments

Thanks! It's still a lot of hoops to jump through coming from visual studio perspective where all settings can be imported or exported to a file. But this is workable!