momentohq / client-sdk-rust

Official Rust SDK for Momento Serverless Cache
Apache License 2.0
12 stars 4 forks source link

chore: add vscode workspace #383

Closed malandis closed 3 months ago

malandis commented 3 months ago

To make development on the sdk and various examples easier, we add a workspace file. Other developers can add more example projects as necessary.

malandis commented 3 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).