Closed
Description
Could the README be amended to include instructions for using this extension with GitHub Enterprise instances? I've seen in other places (#368 (comment)) that this is intended to work.
I've tried generating a personal access token, and supplied it along with the URL for our instance and my username:
"github.hosts": [
{
"host": "HOST",
"username": "USERNAME",
"token": "TOKEN",
}
]
But after reloading username and token are stripped, and I'm prompted to use the regular signin process, which doesn't work:
"github.hosts": [
{
"host": "HOST",
}
]
And the thing is that I can't figure out whether this is an user error or a bug (I've installed version 0.1.1).