ganyariya / vsexclude

vsexclude can set up "files.esclude" to your ".vscode/settings.json".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ¦• vsexclude

deno.land LICENSE tag

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!

About

vsexclude can set up "files.esclude" to your ".vscode/settings.json".


Languages

Language:TypeScript 100.0%