KubeLingoAssist
A VS Code extension for Kubernetes documentation translation workflows.
Installation & Usage
Installation
- Download the latest VSIX file from Releases
- First, download the ZIP file from the release page.
- Extract the
.vsix file from the ZIP.
- Install in VS Code
- Run the following command in VsCode from the location of the .vsix file for the corresponding release version:
code --install-extension kubelingoassist-x.x.x.vsix
Key Features
- Open Translation Files:
Cmd+Shift+T (Mac) / Ctrl+Shift+T (Windows/Linux)
- Scroll Synchronization:
Cmd+Shift+S (Mac) / Ctrl+Shift+S (Windows/Linux)
- Activity Bar Panel: Click 🌐 icon for control panel
Development
Prerequisites
- Node.js 18+
- VS Code 1.74.0+
Setup
npm install
cd ui && npm install && cd ..
npm run compile
Commands
npm test # Run tests
npm run package # Build VSIX package
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes with tests
- Create a pull request
📝 License
MIT
| |