How to Disable Sounds in vs Code

How to disable sounds in VS Code. Open the Command Palette (Ctrl + Shift + P). Search for “Preferences: Open Settings (JSON)” and select it. Add the following line inside the JSON file: "editor.accessibilitySupport": "off",

February 18, 2025

How to Setup PasteImage

How to Paste Images into Your Hugo Blog in VS Code on Mac 1. Install the “Paste Image” Extension in VS Code Open VS Code Press Cmd + Shift + X to open Extensions Search for “Paste Image” by mushanh Click Install 2. Configure the Extension to Save Images in Your Blog Folder Open Settings (Cmd + ,) Search for “pasteImage.path” Set it to:This ensures images are saved inside the same folder as the Markdown file. ...

February 9, 2025