|
You are here |
corvid.cafe | ||
| | | | |
ectobit.com
|
|
| | | | | Learn how to setup your VSCode or VSCodium for efficient development in Go | |
| | | | |
stuvel.eu
|
|
| | | | | For debugging Blender I have set up VSCode such that it builds Blender whenever I start the debugger. | |
| | | | |
thottingal.in
|
|
| | | | | 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
|
|
| | | 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... | ||