pragmagic / vscode-nim

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

Config.nims file syntax error #151

Closed KingDarBoja closed 4 years ago

KingDarBoja commented 4 years ago

Hi everyone!

Right now using this extension on my VSCode and everytime I save the config.nims file with the below content, I get the error attempting to call routine: 'switch' found 'switch' of kind 'unknown'.

switch("path", "../src")

image

System Info

Version: 1.43.1 (user setup)
Commit: fe22a9645b44368865c0ba92e2fb881ff1afce94
Date: 2020-03-18T07:01:20.184Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
KingDarBoja commented 4 years ago

Closing as already requested by #107.