Tag Archives: vscode

VSCode Markdown – How to get images into an “assets” folder

When using VSCode for markdown editing, you can have your attachments separated into their own folder like this: Go to your settings under Markdown > Copy Files: Destination and click Add Item. Under Item enter **/* and under Value enter assets/ FYI: I’m using the extension called: Markdown All in Onehttps://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one

Code Comments For MiniMap

There is a great way to mark sections of your code with a highly visible indicator that requires less effort to identify. It’s preference, for sure. I would imagine that certain people might find this a gaudy way to comment their code, while others would appreciate the practicality of it – because, boy, is it… Read More »