You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is only a task file in the .vscode folder, in which the task for executing the tests is specified. I think it will be convenient for developers. That developers do not have to create a task on their own.
Do you think the .vscode folder will interfere and it should not be spread in git?
I also have doubts. But at the moment I decided to upload some configuration files to make it easier for other developers.
In some cases, it's convenient for developers to integrate the Travis CI build.
And it also set the tasks in .travis.yml.
You can refer the typed repo and see more details about that.
In other case, it can define the Makefile to set the multiple tasks as you want.
It can refer this sync repo.
As title, the
.vscode
should be removed because it's useless for this repo.It should be added in the
.gitignore
file.The text was updated successfully, but these errors were encountered: