https://github.com/bakxy/vs-code-meets-zhaw
Pre-configured VS Code profiles for ZHAW students, streamlining setup with course-specific extensions.
https://github.com/bakxy/vs-code-meets-zhaw
configuration development-environment education extensions profiles student-resources vscode zhaw
Last synced: about 2 months ago
JSON representation
Pre-configured VS Code profiles for ZHAW students, streamlining setup with course-specific extensions.
- Host: GitHub
- URL: https://github.com/bakxy/vs-code-meets-zhaw
- Owner: BakxY
- License: mit
- Created: 2025-03-11T16:40:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T20:25:42.000Z (2 months ago)
- Last Synced: 2025-03-18T21:27:06.450Z (2 months ago)
- Topics: configuration, development-environment, education, extensions, profiles, student-resources, vscode, zhaw
- Language: BibTeX Style
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Code meets ZHAW
[](LICENSE)
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.
## Purpose
* **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.## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/BakxY/VS-Code-meets-ZHAW
cd VS-Code-meets-ZHAW
```2. **Choose a Profile:**
* Navigate to the `profiles/` directory to find available profiles.
* Each profile will be a `.code-profile` file.
* Each profile directory will also contain a `README.md` file with specific instructions.3. **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-profile` file you wish to import and select it.
* VS Code will then import the profile, including extensions and settings.4. **Follow Profile-Specific Instructions:**
* Refer to the `README.md` file within the chosen profile directory for any additional setup instructions or configurations.## Profile Structure
```
VS-Code-meets-ZHAW/
├── profiles/
│ ├── default/
│ │ ├── default.code-profile
│ │ └── README.md
│ └── latex/
│ ├── template/
│ ├── latex.code-profile
│ ├── INSTALLATION.md
│ └── README.md
└── README.md
```## Disclaimer
These profiles are provided as a convenience and may not cover all possible use cases. Use them at your own discretion.