Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjventurini/vscode-templates
The templates I use in vscode.
https://github.com/tjventurini/vscode-templates
Last synced: about 2 months ago
JSON representation
The templates I use in vscode.
- Host: GitHub
- URL: https://github.com/tjventurini/vscode-templates
- Owner: tjventurini
- Created: 2020-08-23T10:40:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T10:15:57.000Z (over 1 year ago)
- Last Synced: 2024-11-07T21:41:37.960Z (3 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Code Template Manager Templates
Here are some templates to use with the [File Templates Manager](https://github.com/3axap4eHko/file-templates-manager#readme) extension for VS Code.
## Installation
Note: You should fork this project!
Clone the repo to a location of your choice.
```
git clone [email protected]:tjventurini/vscode-templates.git
```Then you should take a look at the `Makefile` and change paths if needed.
Once this is done, you can just run the `make` command from within the repository root and the script will create a symbolic link for the `templates` folder to the `~/.config/Code\ -\ Insiders/User/globalStorage/3axap4ehko.file-templates-manager`.
```
make
# output
Linking the Code Insiders template folder to the templates directory
```And that's it!