zoukankan      html  css  js  c++  java
  • 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中。

  • 相关阅读:
    0531day05
    0530day04
    0529day03
    0528day02
    0527day01
    0527学习心得
    javascript 2
    javascript
    CSS
    CSS知识
  • 原文地址:https://www.cnblogs.com/lnlvinso/p/10908731.html
Copyright © 2011-2022 走看看