Cannot open configuration page when developing via vscode remote development
See original GitHub issueHello.
I remotely connect to Linux on Windows via vscode’s [VS Code Remote Development] (https://code.visualstudio.com/docs/remote/remote-overview).
Now I am going to configure Api Key via Tabnine::Config
, but I can’t open http://linux_server:5555
in my browser. I guess because TabNine bind is the 127.0.0.1 address. Instead of 0.0.0.0 or all available IPs for this Linux machine.
Can you solve my issue?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:7
Top Results From Across the Web
Remote Development Tips and Tricks - Visual Studio Code
To access your config file, run Remote-SSH: Open Configuration File... in the Command Palette (F1). You can then work with your admin to...
Read more >Remote Development using SSH - Visual Studio Code
The Visual Studio Code Remote - SSH extension allows you to open a remote folder on any remote machine, virtual machine, or container...
Read more >Remote Development FAQ - Visual Studio Code
Remote Development FAQ. This article covers frequently asked questions for each of the Visual Studio Code Remote Development extensions.
Read more >Remote Development with VS Code
Introducing the VS Code Remote Extensions · Use Windows to develop in a Linux-based environment, using platform-specific toolchains and utilities ...
Read more >Remote SSH: Tips and Tricks - Visual Studio Code
To use an SSH config file, click on the remote indicator to bring up the remote commands, choose Open Configuration File, and select...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hiramhuang yes you’re right it works since vscode 1.54 because i tried already that before (1.53) but the port forwarding didn’t worked well at that time.
Good thing that’s working now!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.