
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
A tool to download and install VS Code extensions in VSCodium-based IDEs.
This package was born out of the creator's experience trying out the Windsurf IDE. After discovering that many important extensions were missing, he learned that Windsurf, like other VSCodium-based IDEs, uses a different extensions marketplace due to Microsoft's licensing restrictions.
Rather than manually downloading and installing each extension, he decided to try out Windsurf's AI features by building a package that could copy over VS Code extensions with a single command. That package is vsix-to-vscodium
.
pip install vsix-to-vscodium
# Basic usage (defaults to VSCodium)
vsix-to-vscodium publisher.extension-name
# Specify a different IDE
vsix-to-vscodium --ide windsurf publisher.extension-name
# Example: Install Python extension in Windsurf
vsix-to-vscodium --ide windsurf ms-python.python
If you're switching from VS Code to a VSCodium-based IDE, you can transfer all your installed extensions at once:
# Transfer all extensions (defaults to VSCodium)
vsix-to-vscodium --transfer-all
# Transfer all extensions to a specific IDE
vsix-to-vscodium --transfer-all --ide windsurf
When searching for installed extensions in the Extensions view, you must prepend @enabled
to your search term to see extensions installed via this tool:
To set up the development environment:
# Clone the repository
git clone https://github.com/CodeWithOz/vsix-to-vscodium.git
cd vsix-to-vscodium
# Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install development dependencies
pip install flit
flit install -s --deps develop
Run tests:
pytest
MIT
FAQs
A tool to download and install VS Code extensions in VSCodium-based IDEs.
We found that vsix-to-vscodium demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.