当前位置: 代码迷 >> 综合 >> vue 学习报错 Newline required at end of file but not found
  详细解决方案

vue 学习报错 Newline required at end of file but not found

热度:82   发布时间:2024-01-06 15:23:53.0

vue 学习报错 Newline required at end of file but not found

    • Newline required at end of file but not found 报错
    • 原因:我的vscode 安装了 JS-CS-HTML Formatter 这个插件。
    • 卸载后新的问题
    • 新的解决方案

Newline required at end of file but not found 报错

翻译:文件末尾找不到需要的换行符

原因:我的vscode 安装了 JS-CS-HTML Formatter 这个插件。

解决:把这个插件卸载或禁用,然后重启vscode就可以了。

卸载后新的问题

问题:这个插件用于文件的自动格式化,可是卸载之后其他的文件就不可以方便的进行格式化了。

新的解决方案

1.安装上JS-CS-HTML Formatter 插件
2.在vscode内,按F1,输入Formatter Config,打开这个文件,将里面的配置项手动更改,更改完毕后,重启vscode。
PS:解决Newline required at end of file but not found 的问题,需要将其中的每个end_with_newline项的值更改为true

  相关解决方案