pragmagic / vscode-nim

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

Potential data loss: Nimsuggest should not run on .nims files #84

Closed mratsim closed 5 years ago

mratsim commented 6 years ago

See: https://github.com/nim-lang/nimsuggest/issues/29

I have an exec "cp -r foo/ bar.$$/" statement ($$ means process PID in bash) and everytime I make a change, nimsuggest creates a new directory.

That means that if I start writing a "rm" statement and nimsuggest runs I can lose data.