[PR #4019] vscode: Add VS Code Insiders support #10846

Closed
opened 2026-02-16 18:15:36 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4019

State: closed
Merged: Yes


Summary

  • Add Visual Studio Code Insiders to supported IDEs with proper command detection
  • Update IDE detection logic to recognize VS Code Insiders environment and prioritize it over standard VS Code in matching
  • Include comprehensive test coverage for all IDE detection scenarios

Changes

  • Add "Visual Studio Code - Insiders" IDE with code-insiders command
  • Update alreadyInstalled() to recognize vscode-insiders OPENCODE_CALLER
  • Reorder SUPPORTED_IDES to check Insiders variant before standard VS Code (prevents false positives)
  • Add 10 test cases covering IDE detection for all supported IDEs

Testing

All IDE detection tests pass, including specific tests for VS Code Insiders path matching

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4019 **State:** closed **Merged:** Yes --- ## Summary - Add Visual Studio Code Insiders to supported IDEs with proper command detection - Update IDE detection logic to recognize VS Code Insiders environment and prioritize it over standard VS Code in matching - Include comprehensive test coverage for all IDE detection scenarios ## Changes - Add "Visual Studio Code - Insiders" IDE with code-insiders command - Update alreadyInstalled() to recognize vscode-insiders OPENCODE_CALLER - Reorder SUPPORTED_IDES to check Insiders variant before standard VS Code (prevents false positives) - Add 10 test cases covering IDE detection for all supported IDEs ## Testing All IDE detection tests pass, including specific tests for VS Code Insiders path matching
yindo added the pull-request label 2026-02-16 18:15:36 -05:00
yindo closed this issue 2026-02-16 18:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10846