LambdaRan
Results
2
comments of
LambdaRan
> ``` > [language.cs] > command = "C:\\bin\\win7-x64\\OmniSharp.exe" > ``` Use `scoop` to install `omnisharp` under windows system, and then configure `TabNine.toml` as follows(for emacs): ``` [language.csharp] command = "omnisharp"...
I also encountered this problem, have you solved it? @ycy1164656