gatsby-remark-vscode: Extensions not working (maybe)

Hi! I feel really rude to open an issue, I just have a question! The importation of extensions does not seem to work (for me):

  {
            resolve: `gatsby-remark-vscode`,
            ... some default options ...
              extensions: [
                {
                  identifier: "aaron-bond.better-comments",
                  version: "2.0.5",
                },
                {
                  identifier: "oderwat.indent-rainbow",
                  version: "7.4.0",
                },
              
              ]            
            ... some default options ...
          },

Is it something I am doing wrong?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 20 (7 by maintainers)

Most upvoted comments

I feel really rude to open an issue, I just have a question!

Questions are welcome! 😄

First, you should delete all the options you’re not using. It looks like you’ve copied and pasted all of them from the README.

It may be the case that you get an error because of rate limit.

If rate limiting prevented the successful install of an extension, the build would fail. You haven’t told us what the symptoms of your problem are. Are builds failing, or are you just not seeing the syntax highlighting you expect?


Edit: the real answer, it seems, is that neither of these VS Code extensions are syntax themes, despite their functionality of adding color to the editor. This is expected behavior.