Closed malandis closed 4 months ago
historically i've always been told / believed that IDE config files should not be checked in to VCS at all, but if this is common for vscode, 🤷
This is an opt-in feature from VS Code. Instead of loading a particular folder, you can load a "workspace", which has a higher level grouping of the projects within (kind of like solution
files in .NET).
To make development on the sdk and various examples easier, we add a workspace file. Other developers can add more example projects as necessary.