pragmagic/vscode-nim

can not suggest on macos

Opened this issue · 4 comments

when I use this plugin on macOS,it can not suggest,but on Linux or windows,it do normal.
I export the path of nim,nimsuggest to $PATH in ~/.bash_profile, and can use nimsuggest in terminal.

Did you find a solution by any chance?

dom96 commented

Hrm, I don't know much about VS code but maybe there is a way to check the plugins debug output? Maybe there will be a message that explains the problem?

@dom96 that's exactly what I thought.. I see that there are some console.log() in the plugin and I suppose it's either not finding nimsuggest or there's some other error around there, but I have no clue how to turn debugging output on :)

@shaoxie1986 this issue was fixed in 0.5.26 could you please check again?