vscode 文件標簽欄多行顯示


.title {
    height: auto !important;
}

.tabs-and-actions-container {
    display: block !important;
    height: auto !important;
}

.tabs-and-actions-container .monaco-scrollable-element {
    height: auto !important;
}

.tabs-container {
    overflow: initial !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.tabs-and-actions-container .editor-actions {
    position: fixed !important;
    right: 0 !important;
    z-index: 20 !important;
    bottom: 20px !important;
    background: #222 !important;
}

以上是tabs-wrapper.css內容

/*
安裝Custom CSS and JS Loader

setting.json中增加
"vscode_custom_css.imports": [
"file:C://Users//gongjianmin//.vscode/tabs-wrapper.css"
],
"vscode_custom_css.policy": true,

ctrl+shift+P中運行
Reload Custom CSS and JS
重啟VScode(或許需要管理員啟動)
即可看到文件標簽欄是多行的
*/

 

來源:https://blog.csdn.net/tangyang8941/article/details/107169763


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM