Im not the most experienced so please forgive me. I am trying to run my shell program locally, but I get a long list of errors pertaining to duplicate attributes. I have tried going to these files and commenting these attributes out but it still doesnt work. There is a screenshot attached of my error list. Im lost as to what im doing wrong.
@andy1li it looks like the entire .obj directory is in my gitignore file. im guessing that entire file is only needed for the codecrafters testing? it appears that is where the errors are originating from.
@andy1li so I guess if I run the file it does work. What I am trying to do when getting these errors is running the program from within Visual Studio for debugging.
It looks like there is an entire directory .obj that is in my gitignore file. That is where those errors are stemming from.
So when im inside my solution in VS im using F5 or ctrl + F5 to test the program and that is when I get those errors.