Open unional opened 1 year ago
Hey @unional!
you are totally right, I just pushed on the latest RC a .vscode folder to add a launch.json for external debugging of the renderer and the main processes of Bazecor.
Feel free to add the typically enforced rules derived from the package usage of the app. I will also add here what I normally use so we can create a clean and easily maintainable repo:
I use:
Console Ninja: allows console.log to appear on the code directly even if they come from the renderer.
if you know any other plugins that can be useful feel free to add them! we can check them out and improve the out-of-the-box experience for everyone! 🥳
To confirm, you are referring to these:
Here are the extensions I can recommend.
I separate them into 3 lists:
I can add the extensions in list 1 (or also 2) in the .vscode/extensions.json
.
List 3 are optional and mostly for you to try them out.
package.json
. Consider as one-off as 99% people don't need to change package.json
(disclaimer: I wrote this extension)
This allow the environment to be configured so that they can produce consistent code.
For example, since the repo is using
prettier
, it's better to enforce usingesbenp.prettier-vscode
as the default formatter.There are other useful settings such as:
cSpell
ignoring typo wordsIf you are interested, I can help.