microsoft / vscode-github-issue-notebooks

GitHub Issues Notebooks for VS Code
MIT License
218 stars 25 forks source link

Github Enterprise #61

Open waltermaldonado opened 4 years ago

waltermaldonado commented 4 years ago

Is there any way to use it with GHE? If it is not yet supported, could you provide some directions so I could try modifying the source and maybe even contribute?

Thanks!

TylerLeonhardt commented 3 years ago

@jrieken we have a GitHub Enterprise Auth provider that ships in Core so this could be straight forward if the API calls you're making are similar.

jrieken commented 3 years ago

forward if the API calls you're making are similar.

I would assume so but I haven't tried this... So the theory is that an enterprise auth token and the right service url will do it?

TylerLeonhardt commented 3 years ago

So the theory is that an enterprise auth token and the right service url will do it?

yep exactly.

lrosenthol commented 2 years ago

Is there an example or any documentation about how to set this up and what the repo value should be? My VSCode works just fine in other ways with our GHE implementation, but I cannot figure out how to get this to work. I am sure I am missing someone obvious...

TylerLeonhardt commented 2 years ago

It's not implemented. Someone still needs to do the work to allow the GH Issue Notebooks extension to use the GitHub Enterprise auth provider.

NewtonChutney commented 1 year ago

The other extension.. Github pull requests and issues.. Has transitioned away from PAT tokens.. Could their implementation help in this case?