本歌单由Listen1创建, 歌曲数:201,歌单数:2,点击查看更多
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set history remove-duplicates unlimited | |
set history save on | |
# set logging overwrite on | |
# set logging debugredirect on | |
# set trace-commands on | |
# set logging on | |
# source ~/.gdbinit-gef.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// "http.proxy": "http://localhost:8800", | |
//Settings Sync | |
"sync.gist": "9109a0f138ba20ecf918f185046749eb", | |
//explorer | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.iconTheme": "vscode-icons", | |
//update | |
"update.mode": "manual", |