vs code的local history插件

  使用vs code来编写前端代码,内存的使用比webstrom要少很多。

       vs code可以下载中文及debug插件,使用起来会方便很多。

 

      vs code不像idea或者webstrom有local history功能,不会记录文件的修改记录。如果也没做git add操作,修改的记录可能会丢失。

      vs code可以安装local history插件,这样就可以记录文件的修改历史了。

 

     工程的根目录会生成一个.history目录,可以把.history加入到.gitignore中,就不会把历史文件提交到git中。

posted on 2019-05-22 21:44  lnlvinso  阅读(5927)  评论(0编辑  收藏  举报