Atom8n VS Code Extension Pack
https://atom8n.com
A curated collection of essential VS Code extensions by Atom8n to enhance your development workflow.
Overview
The Atom8n VS Code Extension Pack provides a comprehensive set of tools designed to improve your coding experience. This extension pack includes carefully selected extensions that work together seamlessly to boost productivity and streamline development processes.
Features
This extension pack includes the following essential extensions:
- Kanban Atom8n (
atom8n.kanban-atom8n
) - Project management and task organization
- N8N Atom VS Code (
thorclient.n8n-atom-vscode
) - N8N workflow development support
- Thor Client (
thorclient.thor-client
) - Development client tools
- MCP Inspector Atom8n VS Code (
thorclient.mcp-inspector-atom8n-vscode
) - Model Context Protocol inspection tools
Installation
From VS Code Marketplace
- Open VS Code
- Go to the Extensions view (Ctrl+Shift+X)
- Search for "Atom8n VS Code Extension Pack"
- Click Install
From Command Palette
- Open VS Code
- Press Ctrl+Shift+P to open the Command Palette
- Type "Extensions: Install Extension"
- Search for "atom8n-vscode-extensionpack"
- Click Install
From VSIX File
- Download the
.vsix
file from the releases page
- Open VS Code
- Go to Extensions view
- Click the "..." menu and select "Install from VSIX..."
- Select the downloaded file
Requirements
- VS Code version 1.14.0 or higher
Usage
Once installed, all extensions in the pack will be automatically activated. Each extension provides its own set of features and commands that will be available in your VS Code environment.
Development
Building the Extension Pack
npm run package
This will create a .vsix
file that can be installed locally or published to the marketplace.
Publishing
npm run publish
This will publish a new minor version to the VS Code Marketplace.
Contributing
We welcome contributions! Please feel free to submit issues and pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
)
- Commit your changes (
git commit -m 'Add some amazing feature'
)
- Push to the branch (
git push origin feature/amazing-feature
)
- Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
Changelog
Version 0.2.0
- Initial release of the Atom8n VS Code Extension Pack
- Includes core development and workflow management extensions
Made with ❤️ by the Atom8n team