{
"files.associations": {
"*.php": "html"
}
"editor.minimap.enabled": false,
// 控制编辑器是否在左括号后自动插入右括号。
"editor.autoClosingBrackets": false,
// 控制是否在编辑器中检测链接并使其可被点击。
"editor.links": false,
// 控制编辑器是否显示缩进参考线。
"editor.renderIndentGuides": false,
// 覆盖当前所选颜色主题的颜色。
"workbench.colorCustomizations": {
"editor.background": "#000000",
"statusBar.background": "#111111",
"statusBar.noFolderBackground": "#111111",
},
}