随笔分类 -  VsCode

摘要:VsCode开启自动格式化 安装插件 设置settings.json { "editor.codeActionsOnSave": { "source.fixAll.eslint": true } } 阅读全文
posted @ 2020-12-08 09:52 趙小傑 阅读(195) 评论(0) 推荐(0)