vscode-custom-css: VSCode 1.37 - Custom CSS suddenly not being applied
Hello!
I had an update for VSCode this morning (1.37) and have noticed that custom CSS is no longer being applied.
I use the Synthwave glow theme, so it’s fairly noticeable.
If I “Reload Custom CSS and JS”, I get the notification to restart VSCode. I restart and nothing changes. I still get the “Your Code installation appears to be corrupt” error though 😦
If I check the devtools console, I see:
[Extension Host] vscode-customcss is active!
[Extension Host] Looking for parseable documents...
[Extension Host] Found no documents
I have not changed my settings.json (which was working fine on Friday) which has:
{
"vscode_custom_css.imports": [
"https://cdn.jsdelivr.net/gh/robb0wen/synthwave-vscode@master/synthwave84.css"
],
"vscode_custom_css.policy": true
}
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (3 by maintainers)
@mmattocks -
Ctrl
+Shift
+P
-> Toggle DevTools