Explore >> Select a destination


You are here

corvid.cafe
| | ectobit.com
0.9 parsecs away

Travel
| | Learn how to setup your VSCode or VSCodium for efficient development in Go
| | stuvel.eu
2.3 parsecs away

Travel
| | For debugging Blender I have set up VSCode such that it builds Blender whenever I start the debugger.
| | thottingal.in
3.4 parsecs away

Travel
| | I just published a VS Code language extension to support OpenType feature files in the Adobe "AFDKO" format. The extension provides syntax highlighting and code snippet support. (Screenshot From Amiri font) The syntax highlighting patterns for AFDKO is based on the opentype-feature-bundle for Atom Editor by Kennet Ormandy which is based upon Brook Elgie's original Textmate bundle. The code snippets are based on the snippets prepared by Simon Cozens for AFDKO-SublimeText
| | brianreiter.org
12.2 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...