英文:
i should commit changes everytime i make change in react project using VScode
问题
我有一个问题,我是React的新手,每次在我的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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论