pragmagic / vscode-nim

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

red squiggly lines on thread functions #98

Closed peheje closed 6 years ago

peheje commented 6 years ago

The extension keeps showing red squiggly lines under functions from the threads module. The code runs fine with --threads:on image

peheje commented 6 years ago

Is there a way to disable the red squiggly lines? Or maybe tell the extension that threads are imported?

RSDuck commented 6 years ago

You already asked a question with the same solution a bit ago: https://github.com/pragmagic/vscode-nim/issues/70 EDIT: to add to your conclusion, the nim.cfg file has to reside next to the nim file you're compiling

peheje commented 6 years ago

what a brainfart, sorry