Flat structure repositories with only one package.json.
Libraries or packages without workspace configuration.
Installation
From VS Code Marketplace
Open VS Code.
Go to Extensions.
Search for "Code Context AI" (AsuByte).
Click Install.
Manual Installation
# Clone the repository
git clone https://github.com/yourusername/code-context-ai.git
# Navigate to the extension directory
cd code-context-ai
# Install dependencies
npm, pnpm or yarn install
# Package the extension
npm run package
# Install the VSIX file
code --install-extension code-context-ai-2.0.3.vsix