Skip to content

1YiB/vsc-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsc-bundle

GitHub Installs Version

about

  • vsc-bundle is a monorepo for 6 extension packs.

    • main

      • extension pack of all the extensions given below.
    • rust

    • nodejs

      • extension for js / ts
    • svelte

    • python

    • vscode

      • extensions for general purpose use on vscode

install

  1. press: Ctrl + P

  2. type ext install 1YiB.main-bundle

  3. press Enter

contribute

  • suggest extensions to add in the form of issues

  • create pull request for adding extensions

  • file-structure

🗀 vsc-bundle
├── 🗀 main
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
│   ├── 🖹 LICENSE
│   ├── 🗎 package.json
│   └── ▼ README.md
│   └── 🗋 .vscodeignore
├── 🗀 nodejs
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
│   ├── 🖹 LICENSE
│   ├── 🗎 package.json
│   └── ▼ README.md
│   └── 🗋 .vscodeignore
├── 🗀 python
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
│   ├── 🖹 LICENSE
│   ├── 🗎 package.json
│   └── ▼ README.md
│   └── 🗋 .vscodeignore
├── ▼ README.md
├── 🗀 rust
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
│   ├── 🖹 LICENSE
│   ├── 🗎 package.json
│   └── ▼ README.md
│   └── 🗋 .vscodeignore
├── 🗀 svelte
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
│   ├── 🖹 LICENSE
│   ├── 🗎 package.json
│   └── ▼ README.md
│   └── 🗋 .vscodeignore
└── 🗀 vscode
│   ├── 🗀 assets
│   │   └── 🖻 icon.png
    ├── 🖹 LICENSE
    ├── 🗎 package.json
    └── ▼ README.md
    └── 🗋 .vscodeignore

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published