pragmagic / vscode-nim

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

Executing script on save #184

Open binhonglee opened 3 years ago

binhonglee commented 3 years ago

Currently the plugin would automatically execute the nimscript on save which could be annoying (and cause unintended side effect if / when the script will also be used with other scripts - dependency). Would be great if there's a way to disable that from happening.

Side note; One other unsupported nimscript use is that the declaration of "mode" still throws an error in the linter.