π¦ vsexclude
vsexclude can add your favorite langβs files.exclude
of vscode to your settings.json
, like .gitignore
.
π¦ Install
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force --name vsexclude https://raw.githubusercontent.com/ganyariya/vsexclude/main/cli.ts
π¦ CLI
You can add a lang template to your .vscode/settings.json
.
You have to run the below command, on the vscode project directory.
# vsexclude add <lang>
vsexclude add python
You can check current exclude templates.
vsexclude list
π¦ Contribute
Please add your favorite langβs files.exclude
template to templates directory.
For example, if you want to add the deno template, please make PR of creating templates/deno.txt
!
π¦π¦π¦ Welcome for your any PRs! π¦π¦π¦
π¦ TODO
- Refactoring (Please welcome for great engineer help)
- Other functions
- search.exclude
- files.watch exclude
- π¦ your idea!