saem / vscode-nim

Other
179 stars 23 forks source link

0.1.25 doesn't work with vscode 1.62.3 #64

Closed arkanoid87 closed 2 years ago

arkanoid87 commented 2 years ago

Syntax Highlight works, extension is active but logs shows only this line:

2021-0011-05 04:0047:0029.000881 - [info] Extension Activated

and none of the other features work. If I force code-hints via ctrl+space all I get is a persisent "Loading ..." hint.

nimsuggest process is not running according to ps -ae | grep nimsuggest

Nim/Nimsuggest version

Nim Compiler Version 1.6.0 [Linux: amd64]
Compiled at 2021-10-19
Copyright (c) 2006-2021 by Andreas Rumpf

git hash: 727c6378d2464090564dbcd9bc8b9ac648467e38
active boot switches: -d:release
arkanoid87 commented 2 years ago

I had dangling list in nim.project global setting after reinstalling vscode, now seems working