Jason Rogers

Results 56 comments of Jason Rogers

@aflorenzan The most recent release (v1.1.3) should now use the VSCode proxy settings when they are set. Please let me know if you still have issues.

@jayd33m Thanks for the report. Just to confirm, are you using v1.1.6 of the extension? Either way, I wouldn't be surprised if the extension doesn't respect environment variables. I think...

@jayd33m I haven't had much time lately to look into this issue, but I'd like to get it fixed, so I've cobbled something together quickly. Would you mind giving it...

@jayd33m Thanks for testing. I think the extension _should_ accommodate that sort of thing. However, I also think the way you specified your username and password isn't correct. The `username:password`...

Additionally, there are unnecessarily verbose index.ts files used just for exporting. They import first and then export, when they could simply just export directly from the files.

More: some of the code could use better typing.