TabNine icon indicating copy to clipboard operation
TabNine copied to clipboard

Tabnine in openvscode server doesn't work

Open jiungbaek opened this issue 3 years ago • 1 comments

please complete the following information:

  • OS version: [e.g. Win 10, Mac Catalina] ubuntu 20.04
  • Editor: [e.g. vscode, intelij, sublime] openvscode server
  • Editor version: 1.67.1
  • Programming language: [e.g. js, ts, c++]
  • TabNine extension version: v3.5.47
  • Engine version (could be located within Tabnine Hub):

Issue Details:

run ubuntu and openvscode server

$ docker run -p 3010:3000 -it ubuntu:20.04 /bin/bash

#after install wget
$ wget https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v1.67.1/openvscode-server-v1.67.1-linux-x64.tar.gz
$ tar xvfz openvscode-server-v1.67.1-linux-x64.tar.gz
$ cd openvscode-server-v1.67.1-linux-x64
$ ./bin/openvscode-server --host 0.0.0.0 --without-connection-token

# install tabnine

Hi. I tried to use tabnine in openvscode server(also code-server).

Tabnine has been installed, but it doesn't work.

I attached bug picture.

Thank you

  • nothing happen when i click sign in button image image

  • nothing happen when i click manage your team image

  • nothing happen when i click configure your ide image

gz#14394

jiungbaek avatar May 20 '22 03:05 jiungbaek

Hi, I found if --host 0.0.0.0 or --host myip when run openvscode-server(theia, code-server too), tabnine hub(configure your ide) doesn't work.

could you help this issue?

jiungbaek avatar May 20 '22 04:05 jiungbaek

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.

stale[bot] avatar Oct 03 '22 08:10 stale[bot]