Snippet

VS Code Window Title

Change the title of your VS Code Window to be more fun.

Usage

  1. Press Ctrl + , or + , to go to VS Code settings.
  2. Click on the Open Settings (JSON) icon in the top right corner. It looks like a file with a arrow in the top right corner.
  3. Paste the following code anywhere in the settings.json file.
settings.json
"window.title": "(ツ)_/¯ ${activeEditorShort}${separator}${rootName}",