-
Notifications
You must be signed in to change notification settings - Fork 62
"Cannot read property slice of null" when trying to set an access token #107
Comments
@lunaryorn the token is already set and the problem is then in the git access. Can you tell me the git url you checked out your project with? Like |
@KnisterPeter Where can I see the token? I didn't find anything in The URL is |
The token is stored in the global settings of vscode since it should work for more than the current workspace. The bug will be fixed in the next release I publish later today. Thanks for reporting. |
Released in 0.16 |
@KnisterPeter Thanks a lot, works now ❤️ 👍 |
PS: I noticed that the Could you perhaps make it optional? I set the username in my SSH configuration. There's no other user name you could use with Github's SSH server, so it's convenient to have it set as default. |
Would be possible if restricted to github.com as hostname. |
Ah, I didn't think of Github Enterprise. I'll open a new issue. |
I opened #110 |
When I try to set the access token I get the above error. The Developer Tools console has the following to say on this error:
Developer Tools Console log
I'm not sure how to debug this issue further, and would appreciate any hints :) If you need further information please tell me.
The text was updated successfully, but these errors were encountered: