This repository aims to provide pre-configured VS Code profiles (code-profile files) and setup instructions tailored for students at ZHAW (Zürcher Hochschule für Angewandte Wissenschaften). By using these profiles, you can quickly set up your VS Code environment with relevant extensions for various courses and projects.
- Streamline VS Code Setup: Eliminate the hassle of manually installing and configuring extensions and settings.
- Consistency: Ensure a consistent development environment across students.
- Course-Specific Profiles: Provide profiles optimized for specific ZHAW courses and programming languages.
- Collaboration: Facilitate easier collaboration by using standardized configurations.
-
Clone the Repository:
git clone https://github.com/BakxY/VS-Code-meets-ZHAW cd VS-Code-meets-ZHAW -
Choose a Profile:
- Find the
.code-profilefor the profile you want to import. - Each profile directory will also contain a
README.mdfile with a brief overview of the profile.
- Find the
-
Import the Profile:
- Open VS Code.
- Click on the gear icon in the bottom-left corner and select "Profiles" -> "Import Profiles...".
- Navigate to the location of the
.code-profilefile you wish to import and select it. - VS Code will then import the profile, including extensions and settings.
-
Follow Profile-Specific Instructions:
- Refer to the
INSTALL.mdfile within the chosen profile directory for any additional setup instructions or configurations.
- Refer to the
These profiles are provided as a convenience and may not cover all possible use cases. Use them at your own discretion.