-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My custom theme doesn´t affect vscode preview presentation #100
Comments
Are there any error outputs in VS Code developer console ( |
I made it work on vscode version 1.39 but when we updated to 1.40 it stop working. We have tried on two computers. The console output was:
I disabled all my pluggins expect the marp extension when testing this. |
Thanks to provide useful infos. The path resolution might be broken since 1.40. (It seems to resolve the relative path from |
Nice! Then I will use the absolute path to the css file for now. The marp extension is awesome! |
We had used a messy hack for resolution logic so could not resolve this at the moment. I've sent feedback to VS Code (microsoft/vscode#84846). |
I've applied workaround in #103. It will be fixed in next patched version. |
Has this issue been fixed, as whenever i update the CSS, i need to restart VSCode to see the changes. However changing inbuilt themes have no issues. |
I have followed the instruction on how to add a custom theme in the readme file. But the css changes I write on my
your-theme.css
does not affect vscodes preview presentation. But my theme will appear if I export my .md file to pdf.My vscode version is:
Version: 1.40.0
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.
The text was updated successfully, but these errors were encountered: