hound icon indicating copy to clipboard operation
hound copied to clipboard

Interactive Services Detection

Open AlexFielder opened this issue 8 years ago • 0 comments

Hi all,

I have recently set up Hound on my local Windows 10 system and the search function is great.

However, having installed the program as a service using FireDaemon I am now regularly presented with an "Interactive Services Detection" dialogue box which doesn't respond when I click into it.

The dialogue in question is prompting me to input my Visualstudio.com credentials which I assume would have been taken care of by adding this:

"vcs-config" : { "username" : "username_for_ro_account", "password" : "password_for_ro_account" }

to each line of my config.json file where appropriate for that account.

Clearly this additional config isn't working; is there anything else I can do to perhaps cache the login credentials?

Thanks,

Alex.

EDIT: I realise I can create a personal access token much like I can already do for Github itself, but how would I include that in the config.json file?

AlexFielder avatar Sep 06 '16 10:09 AlexFielder