This is pretty straight forward. I using your theme with the gatsby-remark-vscode plugin for GatsbyJS.
It works locally, but when I try to deploy the site to Netlify, I get the following error:

I guess their build step is case-sensitive. In your package.json:
|
{ |
|
"label": "Morass (rainglow)", |
|
"uiTheme": "vs-dark", |
|
"path": "./themes/morass.json" |
|
}, |
But your filename inside theme is Morass.json
Thanks!
This is pretty straight forward. I using your theme with the
gatsby-remark-vscodeplugin for GatsbyJS.It works locally, but when I try to deploy the site to Netlify, I get the following error:
I guess their build step is case-sensitive. In your
package.json:vscode/package.json
Lines 874 to 878 in 57cbb86
But your filename inside
themeisMorass.jsonThanks!