Explore >> Select a destination


You are here

ijrussell.github.io
| | www.michaelcrump.net
8.0 parsecs away

Travel
| | Learn how to deploy Azure Functions with Visual Studio Code
| | lincolnmullen.com
6.5 parsecs away

Travel
| | I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.
| | pydev.blogspot.com
7.0 parsecs away

Travel
| | PyDev can now be used for Python development on Visual Studio Code ! The first release already provides features such as code analysis...
| | wweb.dev
62.0 parsecs away

Travel
| In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome...