Significant-Gravitas / AutoGPT-Code-Ability

šŸ–„ļø AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
117 stars 35 forks source link

clean up .vscode/settings.json #300

Open Pwuts opened 3 months ago

Pwuts commented 3 months ago

Remove settings based on personal DX preference. Workspace settings take precedence over all others, so should be minimal and functional, not based on preference.

ntindle commented 3 months ago

Thereā€™s an extension that Iā€™m looking at suggesting to add levels to this so we can suggest them and you could override locally. Imo thatā€™s the best of both worlds. I was looking at it while trying to build a code workspace for AutoGPT

ntindle commented 3 months ago

Problem with doing that here is there's only one place for users to modify settings on project level.

Discussed in discord and the solution from @Pwuts was to put the defaults in settings.json, forget the extension, and commit + ignore settings.json