pragmagic / vscode-nim

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

won't run when I hit F5 #29

Closed teroz closed 7 years ago

teroz commented 7 years ago

I have downloaded the latest VSCode installed the nim extention on Kali Linux filled in the user settings as suggested here. Nim is installed and so is nimsuggest all working fine in Aporia. and created a simple nim file in the tmp dir. When I hit F5 to run a tiny dialog appers saying I should "suggest the environment" with options like Node js and some VS code extention. How do I tell this thing am running a nim file. This should be easier - WTF

teroz commented 7 years ago

screenshot from 2016-11-16 13-19-24

kosz78 commented 7 years ago

I have added run selected file command in the extension it can be invoke from file context menu in editor or by press F6 key, F5 key already used in vscode for launch debug session. This functionality is available in 0.5.13 version

teroz commented 7 years ago

Works a treat thank you