Coder Social home page Coder Social logo

Comments (6)

Lunchb0ne avatar Lunchb0ne commented on August 19, 2024 6

I was able to fix this issue by appending .cmd due to how the folder structure is
image

how my .toml file looks now
image

This has solved the semantic completion issue on Windows for me.

from tabnine-vscode.

KEMBL avatar KEMBL commented on August 19, 2024 2

Windows 10 x64
In my case the first problem was that Tabnine tried to start typescript-language-server.exe instead of typescript-language-server.cmd, adding proper extension fixes that, result:

[language.typescript]
command = "typescript-language-server.cmd"
args = ["--stdio"]
install = [["npm", "install", "-g", "typescript-language-server"]]

But this alone has not fixed a problem, the second step is to rename TabNineExample.toml to TabNine.toml and remove all not used languages, after the next start of VsCode TabNineExample.toml appears again but sematic completion starts to work with the settings from TabNine.toml

Have a good code!

from tabnine-vscode.

Lunchb0ne avatar Lunchb0ne commented on August 19, 2024 1

@Lunchb0ne Where is the folder you refer to?

The folder where your global node cmdlets are stored.

It's generally %appdata%/npm/

from tabnine-vscode.

Gameghostify avatar Gameghostify commented on August 19, 2024

Thanks so much, semantics work for me now as well!

from tabnine-vscode.

Don-Osipov avatar Don-Osipov commented on August 19, 2024

Works for me now too! Thanks a lot man, I was pretty confused with the docs.

from tabnine-vscode.

stared avatar stared commented on August 19, 2024

@Lunchb0ne Where is the folder you refer to?

from tabnine-vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.