Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workspace: Add digibyte.code-workspace for VS Code configuration
This commit adds a new `digibyte.code-workspace` file to the repository. This file is used to configure the Visual Studio Code workspace settings for the DigiByte Core project. The `digibyte.code-workspace` file includes: - Folder settings for the project. - File associations to ensure proper syntax highlighting for various C++ standard library headers. - GitHub Copilot advanced settings to specify project directories. This addition aims to improve the development experience for contributors using Visual Studio Code by providing a pre-configured workspace setup.
- Loading branch information