VSCode Tab Decorations

總結

VSCode 在 1.53 版開始支援 Tab Decoration 功能,開啟後即可在分頁上顯示 git 或 diagnostics 相關的視覺狀態提示

Two new settings allow you to configure whether editor tabs show decorations, such as git status or diagnostics.

版本與環境

VScode: 1.53

開啟步驟

  1. 熱鍵組合 ⌘,Code >> Preferences >> Settings,於 Search settings 欄位輸入關鍵字 workbench decorations
  2. 勾選 Workbench › Editor › Decorations: BadgesWorkbench › Editor › Decorations: Colors 此二選項(分別在分頁上出現提示徽章顏色 highlight效果

效果如下:

demo

參考文件