我应该每次在使用VScode编辑React项目时进行更改时都提交更改。

huangapple go评论147阅读模式
英文:

i should commit changes everytime i make change in react project using VScode

问题

我有一个问题,我是React的新手,每次在我的React项目中进行更改时,VSCode都会告诉我我必须提交更改才能运行项目。是否有解决方法?

我不能在没有首先提交的情况下运行我的React项目,我该怎么摆脱这个问题?

英文:

我应该每次在使用VScode编辑React项目时进行更改时都提交更改。

I have a problem i'm new to React and every time i make change in my react project vscode tell me that i have to commit changes so i can run my project
Is there any solutions please ?

i can't run my react project without doing a commit first how i can get rid of this

答案1

得分: 1

你现在在Visual Studio Code的源代码控制部分,所以你可以看到你与上一次提交的每个更改。

你不需要提交你的更改来运行你的代码,你可以简单地在左侧边栏中切换到其他选项卡,这样你就不会看到它。

英文:

You're in vscode's source controll section, so you're seeing each change you made from the previous commit.

You don't need to commit your changes to run your code, and you can simply change the 'tab' in the left sidebar to something else so you won't see it.

huangapple
  • 本文由 发表于 2023年8月11日 02:43:12
  • 转载请务必保留本文链接:https://go.coder-hub.com/76878539.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定