mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
```markdown # PowerToys Run: Add Cursor AI Plugin to Third-Party Plugins List ## Summary of the Pull Request This PR adds the "Open With Cursor" plugin to the `thirdPartyRunPlugins.md` documentation. The plugin enables users to quickly open Visual Studio and VS Code recent workspaces directly in Cursor AI editor through PowerToys Run launcher. The plugin provides: - Quick access to recent VS/VSCode workspaces - Integration with Cursor AI editor - PowerToys Run launcher compatibility - Support for various workspace types (local, WSL, SSH, remote) ## PR Checklist - [ ] **Closes:** N/A (Documentation update) - [x] **Communication:** This is a documentation update to list an existing third-party plugin - [ ] **Tests:** N/A (Documentation change only) - [ ] **Localization:** N/A (English documentation only) - [x] **Dev docs:** Updated thirdPartyRunPlugins.md with new plugin entry - [ ] **New binaries:** N/A (Third-party plugin, not included in PowerToys distribution) - [ ] **Documentation updated:** This PR updates the documentation ## Detailed Description of the Pull Request / Additional comments ``` **Added entry to thirdPartyRunPlugins.md:** | [Open With Cursor](https://github.com/VictorNoxx/PowerToys-Run-Cursor/) | [VictorNoxx](https://github.com/VictorNoxx) | Open Visual Studio, VS Code recents with Cursor AI | **Plugin Details:** - **Repository:** https://github.com/VictorNoxx/PowerToys-Run-Cursor/ - **Author:** [@VictorNoxx](https://github.com/VictorNoxx) - **License:** MIT - **Functionality:** Integrates with PowerToys Run to open recent Visual Studio and VS Code workspaces directly in Cursor AI editor - **Inspiration:** Based on the community request from [Issue #3547](https://github.com/microsoft/PowerToys/issues/3547) and inspired by [@davidegiacometti's Visual Studio plugin](https://github.com/davidegiacometti/PowerToys-Run-VisualStudio) **Technical Implementation:** - Uses `vswhere.exe` for Visual Studio instance detection - Parses workspace configuration files and recent project lists - Direct command-line integration with Cursor AI - Supports multiple workspace types and remote development scenarios This plugin fills a gap for developers using Cursor AI who want quick access to their recent projects without manually navigating through folders or opening multiple applications. ## Validation Steps Performed - [x] Verified the plugin repository exists and is publicly accessible - [x] Confirmed the plugin has proper documentation and README - [x] Tested the markdown formatting in the documentation - [x] Verified all links are working correctly - [x] Confirmed the plugin description accurately reflects functionality - [x] Checked that the entry follows the same format as other entries in the list ```