electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
372 stars 193 forks source link

removed vs files and updated vscode files. #246

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

There are about 7 extra files per example when including the support in every example, and we encourage the use of VS code

The helper.py script has been updated to be able to add the Visual Studio+VisualGDB files to a project using a cli switch. So the files can be recovered when desired by running:

./helper.py update --include_vgdb ./path/to/project

This should reduce a little of the repo size, but also will help incoming PRs easier to manage and review.