nim-lang / vscode-nim

A VS Code plugin for the Nim language
Other
75 stars 8 forks source link

Adds notifications under the Nim panel #71

Closed jmgomez closed 2 months ago

jmgomez commented 2 months ago

The extension shows a lot of notification from the nimlangserver which can be annoying. By adding the notifications to the existing Nim panel (source version) we can reduce the noise the extension produces as many are irrelevant (i.e. open a file, open a nimsuggest instance, some action fails but works in the next attempt..etc.).

This is also a step towards better reporting, the final idea here is to reduce the friction for the user to report issues.