AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
171 stars 123 forks source link

Subject: Lack of Const Usage Causing Repeated Rebuilds #280

Open kareemabdeen opened 4 months ago

kareemabdeen commented 4 months ago

Issue with current documentation:

Noticed a recurring issue where participants overlook the use of 'const,' resulting in frequent rebuilds. To address this, propose adding the following guideline to the documentation:

Solution: Update the contribution guidelines to include the following lines in the settings.json file of the main project:

"editor.codeActionsOnSave": { "source.fixAll": true } This configuration will enable Visual Studio Code to automatically handle the 'const' issue each time a contributor saves changes or adds new widgets.

kareemabdeen commented 4 months ago

@chandansgowda , I hope this helps our project to be performed well ❤