pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
237 stars 37 forks source link

can not suggest on macos #56

Open shaoxie1986 opened 6 years ago

shaoxie1986 commented 6 years ago

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.

tanis2000 commented 6 years ago

Did you find a solution by any chance?

dom96 commented 6 years ago

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?

tanis2000 commented 6 years ago

@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 :)

kosz78 commented 6 years ago

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