pragmagic / vscode-nim

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

Ability to set command line arguments when running .nim file on a per-file basis. #134

Open onelivesleft opened 4 years ago

onelivesleft commented 4 years ago

When testing code it would be advantageous to be able to set command-line arguments on a per file basis, without having to mess around in the settings every time.

Proposed solution: have a directive in the comments of the .nim file which tells the plugin what it wants the command-line to be.