skip to Main Content

enter image description here

when i click the vscode run button it pops up with a useless dialog box instead of running the code. (i attached a screen)
running with f6 yeilds this error "A system error occurred (EINVAL: invalid argument, mkdir ‘c:pyrhtonnimtestC:UsersL.nimblebin’)"

i was expecting it to compile and run the .nim file and alert me to any errors in the vscode terminal.

2

Answers


  1. i think you need to install the extension.

    This is point 5 in the screenshot

    Login or Signup to reply.
  2. You need to install the nim extension, you can look for an nim extension to your liking, otherwise https://marketplace.visualstudio.com/items?itemName=kosz78.nim is an extension that can run .nim files

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search