codota / tabnine-vscode

Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
https://www.tabnine.com/install/vscodeֿ
MIT License
1.37k stars 180 forks source link

Global IntelliSense crash in VS code #75

Closed viazovskyi585 closed 1 year ago

viazovskyi585 commented 4 years ago

After enabling TabNine IntelliSense vscode just does not suggest anything.

Update: It seems after reloading vscode it works properly but only for few minutes.

Before: wo_tabnine

After: with_tabnine

It was working fine before. I did not used vscode for like 2-3 month.

Installed extensions:

Auto close tag Auto rename tag Bracker Pair Colorizer 2 Color HighLight DetENV EsLint IntelliSence for CSS class names in HTML Live Server Node.js modules Intellisense Path intellisense Prettier Pug beautify TODO highlight

amircodota commented 4 years ago

Hi @VyazovskyE

Can you specify:

  1. What is your vscode version?
  2. What is your tabnine plugin version?
  3. Reproduce the issue and then send the log file?

To get the log file, type tabnine::config, and a browser window should open. At the bottom, you'll see the log file.

Thanks Amir

viazovskyi585 commented 4 years ago

VScode version - 1.42 Tabnine - 2.2.3

I can't open config after autocompletion stops working. Here is 2 logs. One right after starting VScode and another after about 30 seconds. log.txt log2.txt

amircodota commented 4 years ago

I see this in the log file:

"Server did not respond with version, so using default URL"

Is it possible that you do not have network access? Maybe you are behind a proxy or a firewall?

viazovskyi585 commented 4 years ago

Same connection as before. Default VScode autocompletion crashes too, but it should work even wo network.

amircodota commented 4 years ago

Can you check vscode console output to see if tabnine printed any error?

Two places to check:

  1. Help -> Toggle Developer Tools
  2. Terminal Window -> Output -> Select "Log (Extension Host)" in the dropdown

Thanks

viazovskyi585 commented 4 years ago

image exthost.log -1583832833075.log

stale[bot] commented 1 year ago

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.