-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Markdown preview not working #296
Comments
Will fix! |
Markdown preview does not seem to work on latest release (2.1698-vsc1.41.1). There are no errors, but the preview window is empty. |
Seems to be an IFRAME security issue. By opening the browser debugging tools, On Firefox:
On Chrome:
|
Apologies, the problem was in an inherited nginx config: # XSS
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block"; Everything works after I cleared those headers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code-server
version: 1.31.1-100, also tested on 1.32.0-310Description
When attempting to view an in-VSCode markdown preview, the following error appears:
command 'markdown.showPreview' not found
Steps to Reproduce
The text was updated successfully, but these errors were encountered: