ppparihar / GoTestExplorer

A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
46 stars 8 forks source link

An error occurred: Error: ELOOP: too many symbolic links encountered... #13

Open tfhappy opened 5 years ago

tfhappy commented 5 years ago

I have a sort link dir in project. How to exclude this directory?

ppparihar commented 5 years ago

@tfhappy currently there are no such configuration exposed. if you have some time you can clone this repo and add your directory name at https://github.com/ppparihar/GoTestExplorer/blob/master/src/config.ts#L4 and run in the debug mode (it's very easy to run and you don't need any extra steps to setup). Please let me know the result. If it works I will expose a setting for it.