Running linters and type checks in the background in vscode
Closes #1356 (closed)
Vscode using specific precedence to load setting. In short: the workspace setting overrides the user's settings.
Solution:
- remove settings which related to enabling test to run any time when a file has been saved/modified (this could create high load and shorter battery time).
- add a few lines to the documentation to encourage individual users to turn it on in their users settings because at the end it is a good practice to do contiuons testing...