|= Getting Started
This repository provides workspace templates and configuration files to help you set up standardized development environments.
Basic Usage
-
Discovery: Browse the
workspaces/directory to find a workflow that matches your tech stack (e.g.,next.js,python,rust). -
Implementation:
-
Manual: Copy the relevant
.vscodesettings and boilerplate files to your project. -
Multi-root: Optionally add template folders as roots in a local
.code-workspacefile; extension recommendations still apply per-folder from each root’s.vscode/extensions.json.
-
-
Tooling: Use the Dev Center app to manage and sync these templates across your repositories.
Best Practices for Contributions
When contributing to this repository or using it as a base for your own templates:
Use Branches
For every new feature, bug fix, or contribution, create a new branch (e.g., git checkout -b my-new-template). This allows for multiple parallel contributions and a cleaner history.