Skip to content
Open
Changes from 1 commit
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
8 changes: 8 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,14 @@ 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**
* Support for Windows is currently limited
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed that line ✅

* If you encounter errors, ensure **`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