vs代码扩展:如何在活动栏中设置图标状态

时间:2018-12-04 03:04:58

标签: visual-studio-code vscode-extensions

我在VSCode的活动栏中添加了一些按钮,但没有找到禁用/启用它们的方法。有人知道怎么做吗?

Disable or enable the icons in the activity bar

1 个答案:

答案 0 :(得分:0)

U可以在setting.json文件中编辑所需的内容。

例如:

"workbench.colorCustomizations": {      
    "editorCursor.foreground": "#00FFFF",
    "statusBar.background": "#242526",
    "statusBar.foreground": "#696969",
    "activityBar.background": "#242526",
    "activityBar.foreground": "#696969"
},