Add hyperlink in the visual studio code

Viewed 12
1 Answers

.txt files do not support hyperlinks. Depending on what your end goal is, you could either write this in basic HTML with an tag (since you're already in VSCode), or just use Google Docs.

Related