Project with project templates for VS Code, based on the extension Project Templates extension for VSCode.
- docker-images — folder containing base Docker images used in the project templates.
- vscode-templates — contains nested directories with project templates that are installed via the Project Templates extension for VSCode.
- In the terminal (Ctrl+J), navigate to any subdirectory inside
vscode-templates(e.g.cd vscode-templates/devops-ansible). - Open a new VSCode window with this directory as the project root by running
code . - Press
Ctrl+Shift+Pand execute the commandProject: Save Project as Templateto save the current project as a template. - To create a new project from a template:
- Open VSCode in the desired directory (
code .). - Press
Ctrl+Shift+Pand execute the commandProject: Create Project from Template. - Select one of the saved templates. The template will be copied to the current directory and ready for use.
- Open VSCode in the desired directory (