-
Hi everyone, I'm having some sort of problem, but I don't know enough about my environment to be sure this is a real issue, so I thought I'd just ask here first. I'm not sure when this started happening, but it was pretty recently after updating to 3.10.2. Whenever I click a link in a markdown file written like For some reason, it also is treating that url as an external url? That is, it asked first whether I wanted to trust that 'external' domain (that's the correct domain for where I'm running code-server). Interestingly, if I click the 'Follow link' that shows up in the editor mode of a markdown file, it works. I haven't been able to google anything that quite fits this scenario, except possibly this closed issue from Sep. 2019. I've been able to run VS Code 1.56 natively (I'm running on chromebook and code-server simply has better handling) and saw that markdown-preview links work normally there (although it doesn't entirely make sense to me why they wouldn't). Any ideas or direction toward possible relevant code I could check out or something would be much appreciated! At the same time, this is understandably not a huge priority, either. Thank you and I hope your day goes well! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hmm...are you using any Markdown extensions by chance? Can this be reproduced in a code-server environment with no extensions installed? It seems to be working for me locally here (running 3.10.2 on macOS + Chrome): ScreenshotScreen.Recording.2021-06-10.at.9.51.05.AM.movI checked inside VSCode and it opens the file inside the editor. I guess we default to opening the raw file in the browser (but it could be nice to open directly in code-server. Not sure if we can do that yet though). @code-asher might have some insight too |
Beta Was this translation helpful? Give feedback.
Hmm...are you using any Markdown extensions by chance?
Can this be reproduced in a code-server environment with no extensions installed?
It seems to be working for me locally here (running 3.10.2 on macOS + Chrome):
Screenshot
Screen.Recording.2021-06-10.at.9.51.05.AM.mov
I checked inside VSCode and it opens the file inside the editor. I guess we default to opening the raw file in the browser (but it could be nice to open directly in code-server. Not sure if we can do that yet though).
@code-asher might have some insight too