Microsoft introduced the concept of Coding Packs for Visual Studio Code.
What is a Coding Pack?
Coding Packs are specialized installs of Visual Studio Code that are pre-configured for specific coding environments. They are designed to help students and educators ramp up on VS Code more quickly by automating editor and environment configuration. Coding Packs are a single download that performs the following when installed:
- Installs VS Code
- Installs a specific runtime (Python, Java, etc.)
- Installs essential extensions
- Ensures installs happen under the user scope so as not to require administrator permissions.
There are especially useful to help you having the necessary tools installed on your student PC’s when giving a training.
Right now a coding pack exists for Python and JAVA but I’ll hope others will be added in the future: