vscode同时使用volar插件和eslint和prettier, 保存时失效并且会一直闪烁。
需要配置vscode的settings.json文件
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
},
}
vscode同时使用volar插件和eslint和prettier, 保存时失效并且会一直闪烁。
需要配置vscode的settings.json文件
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
},
}
本文标题:vscode 使用volar插件的问题
本文链接:https://www.haomeiwen.com/subject/dnmntdtx.html
网友评论