标签:html highlight vscode exp work ble ignore java oom
setting.json文件中
{
"git.ignoreMissingGitWarning": true,
"explorer.confirmDelete": false,
"window.zoomLevel": 1,
"workbench.iconTheme": "vscode-icons",
"javascript.updateImportsOnFileMove.enabled": "never",
"files.associations": {
"*.art": "html"
}
}
增加
标签:html highlight vscode exp work ble ignore java oom
原文地址:https://www.cnblogs.com/sphjy/p/11578409.html