This VSCode extension provides tools for working with @metaverse-systems/the-seed, an ECS-based game framework. It allows you to create and manage ResourcePaks, configure project settings, and interact with The Seed
ecosystem directly from VSCode.
- Create ResourcePaks
- Manage The Seed project configuration
Coming soon
- Clone the repository:
git clone [email protected]:metaverse-systems/the-seed-vscode.git cd the-seed-vscode
- Install dependencies:
npm install
- Launch the extension:
code .
- Press
F5
to open a new VSCode window with the extension loaded.
- Press
- Open the Command Palette (
Ctrl + Shift + P
/Cmd + Shift + P
). - Search for:
The Seed: Create ResourcePak
- Select a scope → Enter a ResourcePak name → Confirm.
- Open the Command Palette.
- Run:
The Seed: Configure Project
- Follow the on-screen prompts.
- Run
npm run compile
to bundle the extension. - Use
vsce package
to package it for publishing.
MIT License © Metaverse Systems
🔹 Contributions & Issues
Found a bug or have a feature request? Open an issue on GitHub.