extensions

VS Code Tricks

my ssh journey

Sam
How to manually restart an extension in VSCode? I was using Prettier Extension to format my document and I changed my .prettierrc file to singleQuote from true to false. It was still replacing my doubleQuotes to SingleQuotes. It was pretty annoying. Solution: Press Cmd + Shift + P to open Command Palette. Then Type Restart Extension Host. It should reload the extensions installed and enabled. How do I get Intellisense to show my user snippets available ?