Show HN: I built a web app to generate Emacs and Vim themes from VSCode themenice.github.io8 ポイント·投稿者 pai·3 年前·3 コメント
Show HN: I built a web app to generate Emacs and Vim themes from VSCode themenice.github.io4 ポイント·投稿者 pai·3 年前·5 コメント
pai·3 年前·議論Just because it is in the official VSC repo does not necessarily make it right, it is clearly an invalid JSON file and the error message is displayed.Showing the exact line number of the error is beyond this project's scope for now.I'm currently using https://www.npmjs.com/package/strip-json-comments to remove the comments if any.There are many online linters available, please check https://jsonlint.com/
pai·3 年前·議論Both first and second links contained comments in JSON, which is invalid.I have now added fix to strip the comments, it should work now.The last link does not have bare minimum requirement of a background color, see FAQ point 4: https://nice.github.io/themeforge/faq/#happy-little-accident...Thanks for reporting.