html-css-js prettify插件无效:
刚开始运行格式化代码时,报node路径不对的错误,后改成正确的路径,却还是无效,。
我的node安装在:D:/nodejs/node.exe;
设置这个插件的node_path路径为这个地址,ctrl+shift+h无效,也不报错
{
"node_path": {
"windows": "D:/nodejs/node.exe",
"linux": "/usr/bin/nodejs",
"osx": "/usr/local/bin/node"
},
// Automatically format when a file is saved.
"format_on_save": false,
// Only format the selection if there's one available.
"format_selection_only": true,
// Log the settings passed to the prettifier from `.jsbeautifyrc`.
"print_diagnostics": true
}