-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this extension inside a devcontainer #34
Comments
Can you tell me what the underlying version of the ngrok executable is? If you start a tunnel it should show up in the status bar. |
v2.3.40 Other things : I see in your codebase that I should see this message when using the auth token command:
And nothing is displayed on my side. |
Ok I have found an easy way for replication with official Microsoft devcontainer sample:
Here nothing happen no message - no config file created. |
So you're able to start ngrok in the container using the extension, but you're not able to set the authtoken from the extension? |
Exactly. Reproductible scenario described just before. |
I just come by this issue, for me I think the issue is I've got LiveServer running in a devcontainer, but you can only reach it using I think a potential fix for this is allowing a user to specify a non-local url, this is supported by ngrok |
Hello,
I am using VSCode with Remote Containers : https://code.visualstudio.com/docs/remote/containers.
It seems that this extension is not working in this condition: The download of ngrok works fine but the ngrok: set auth token command seems to do nothing. Config file ngrok.yml is not created.
The workaround I have found is to manually set it by using :
But this is really not the way I should do it.
Any idea ? Glad to help if you need logs or something.
The text was updated successfully, but these errors were encountered: