Recent comments
- Karl Horky on On macOS Sierra support and the future of SmoothMouse
- Guacamole User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- How to Troubleshoot When MacOS High Sierra.app Does Not Appear to Be a Valid OS Installer Application? – Tech guide on “Install %OS%.app does not appear to be a valid OS installer application” (createinstallmedia error)
- Bob J on Paste text even when prohibited in macOS (password dialogs etc)
- Karl Henderson on Windows Server 2019: Remote Desktop License Issue with User CALs
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- confluence
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- microsoft word
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
Tag Archives: vscode
Use macOS native color picker in VS Code (like “Insert Color” in TextMate)
A tiny extension for Visual Studio Code, written by me (GitHub).
VS Code: bind one key to multiple commands without an extension
People wanting to assign multiple commands to a single keybinding in VS Code typically use an extension, such as multi-command or macros. However, there is another, lesser known method to achieve this using built-in functionality of VS Code — user … Continue reading
Refresh web-browser without leaving VS Code
I’ve created an extension for VS Code which lets you refresh your web-browser (Safari or Chrome) by pressing Cmd-R without leaving VS Code. Meet Refresh Browser (GitHub).