saem / vscode-nim

Other
180 stars 23 forks source link

Incorrect description for `nim.projectMapping` #115

Closed elijahr closed 1 year ago

elijahr commented 1 year ago
"For non project mode list of per file project mapping using regex, for example ```{\"(.*).inim\": \"$1.nim\"}```"

Should be

"For non project mode list of per file project mapping using regex, for example ```{\"fileRegex\": \"(.*).inim\", \"projectFile\": \"$1.nim\"}```"