以下小問題:
我的 ustal 作業流程由打開的幾個 VS Code 視窗組成
通過Alt 在它們之間切換時Tab,Windows 10/11 以 format 顯示它們的實體名稱file_name - project_name。名稱也可能會被封頂,所以通常我會以file_n.... 猜測有點煩人,串列中的內容如下:
index...index.js - pr...index...是我正在尋找的那個。
問題:有沒有辦法改變Alt Tab視圖中VS Code視窗的顯示格式,最好先顯示專案名稱?
uj5u.com熱心網友回復:
該設定window.title首先包含檔案位置。
將其更改為:
"window.title": "${rootName}${separator}${dirty}${activeEditorShort}${separator}${appName}"
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/483453.html
