So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?
Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
101–108 of 108 posts
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#102Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#103This sign up thing is such a plague. I don't want to trade my digital identity for a theme, it's a bad deal. The only reason I would sign up is if you'd allow theme hosting and signing up would allow me to host my themes and gain notoriety.
That's fair. In the future I'd like to implement features like: automatically handle publishing to the marketplace for the user (right now it's a pain), upvotes system, etc. Accounts are a good solution for these types of features + it makes the theme data persistence way more robust so you can comfortably / reliably start a theme and then come back later to finish it. There are many suggestions for making signing-in…
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#104Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#105Earlier quoted context omitted.
That's fair. In the future I'd like to implement features like: automatically handle publishing to the marketplace for the user (right now it's a pain), upvotes system, etc. Accounts are a good solution for these types of features + it makes the theme data persistence way more robust so you can comfortably / reliably start a theme and then come back later to finish it. There are many suggestions for making signing-in…
2 emails in 3 days is too much. This is why we don't want to sign up for things. You spin us some crap about why you need it, and then use it to spam us.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#106So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?
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.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#107Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#108So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?
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.