I cannot get the extension to work. I just installed applied some simple customizations, but each time I run the command to enable custom CSS, vscode reboots itself but my changes are not visible.
I'm on vscode 1.74.2, and more specifically I create a file at $HOME/.vscode/custom.css with the following content:
I cannot get the extension to work. I just installed applied some simple customizations, but each time I run the command to enable custom CSS, vscode reboots itself but my changes are not visible. I'm on vscode 1.74.2, and more specifically I create a file at
$HOME/.vscode/custom.css
with the following content:And I added the following to the
settings.json
of vscode:I also tried by adding
"vscode_custom_css.staging_dir": "file:///Users/francesco/.vscode/custom.css"
instead, but I get the same result.