Visual studio code color theme not taking
Asked Answered
J

1

5

I am using VsCode version 1.30.1.

I have forked a color theme on github, and can't get it to work.

I cloned the repo into my .vscode/extensions folder.

The color theme shows up when I go to color theme selector is VsCode.

But when I set the color theme, it does not change, even after a reboot.

Is there a way I could get a verbose log from the application when it tries to load the plugin?

Jopa answered 24/12, 2018 at 4:20 Comment(2)
There are comments in your .json files, you can not have comments in a .json You also have a missing , on line 20 of plastic-theme.jsonDonner
Yes. I was able to figure out how to get the errors by toggling developer mode, to get the same conclusion as you. If you consolidate our two comments into an answer, you will get the bounty :)Jopa
D
7

You can open a developer window by going to Help > Toggle Developer Tools to get more visibility of the errors from load attempts. Also if you open the files in VS code the syntax highlighting will also show the errors in the files in your case.

The specific errors are comments in your .json files, you can not have comments in a .json and a missing , on line 20 of plastic-theme.json

Image for reference on accessing developer tools. enter image description here

Donner answered 26/12, 2018 at 22:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.