pragmagic / vscode-nim

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

Cannot compile nimsuggest on VS Code on Windows #15

Closed fredrikhr closed 8 years ago

fredrikhr commented 8 years ago

For some reason the plugin decides to compile nimsuggest (even though it is in my PATH). Appearently that compilation fails, and a warning shows up in Code...

Where is the console output (I cannot seem to find it)? I cannot see what is the problem...

Visual Studio Code Version 1.2.0

kosz78 commented 8 years ago

Please open Help->Toggle Developer Tools and look at console log. It should display output of compilation

fredrikhr commented 8 years ago

Thanks! It turned out that I had a config error in my nim config file that caused the wrong architecture-toolset of the Visual Studio C/C++ compiler to be used...