There are two ways to install the CodebaseMD extension for Visual Studio Code:
For v3.0.0, install the VSIX from GitHub Releases. Marketplace publishing is separate and its version may differ. The extension supports VS Code 1.70+ and local filesystem workspaces.
- Open Visual Studio Code
- Go to the Extensions view by clicking on the square icon in the left sidebar or pressing
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS) - Search for "CodebaseMD"
- Click on the "Install" button next to the CodebaseMD extension
- Download the latest
.vsixfile from the releases section of the GitHub repository - Open Visual Studio Code
- Go to the Extensions view
- Click on the "..." (More Actions) button in the top-right corner of the Extensions view
- Select "Install from VSIX..."
- Navigate to the downloaded
.vsixfile and select it - Click "Install"
After installation, you may need to reload Visual Studio Code for the extension to activate.
To verify that CodebaseMD has been installed correctly:
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) - Type "CodebaseMD"
- Run CodebaseMD: Export Wizard. The original Markdown and Micro commands are also available.
If you encounter any issues during installation, please refer to the Troubleshooting guide or open an issue on GitHub.