Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apps/kilocode-docs/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ If you prefer to download and install the VSIX file directly:
* Verify VS Code version 1.84.0 or later
* If VS Code Marketplace is inaccessible, try the Open VSX Registry method

**Windows Users**
* Ensure that **`PowerShell` is added to your `PATH`**:
1. Open **Edit system environment variables** → **Environment Variables**
2. Under **System variables**, select **Path** → **Edit** → **New**
3. Add: `C:\Windows\System32\WindowsPowerShell\v1.0\`
4. Click **OK** and restart VS Code

## Getting Support

If you encounter issues not covered here:
Expand Down