about · install · contribute
-
vsc-bundle is a monorepo for 6 extension packs.
-
press: Ctrl + P
-
type
ext install 1YiB.main-bundle
-
press Enter
-
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