VS code 当前保存设置
发布时间
阅读量:
阅读量
这是一篇关于我的VS Code相关设置的备份 可以直接略过
2018年8月18日更新
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 0,
"editor.minimap.enabled": true,
"editor.dragAndDrop": true,
"[cpp]": {
"editor.quickSuggestions": true
},
"[c]": {
"editor.quickSuggestions": true
},
//modified by gy on 5.11.2018
"workbench.colorCustomizations":{
//"editorBackground": "#b1d85c"
//"editorSelection": "#b1d85c"
"editorIndentGuide.activeBackground": "#1c865a"
},
"workbench.iconTheme": "materi
全部评论 (0)
还没有任何评论哟~
