Skip to content

Conversation

@rlorenzo
Copy link

@rlorenzo rlorenzo commented Aug 20, 2025

  • Reusing the IDE window and jumping to a specific line number is not supported at the same time. Prefering to use the same window over jumping to a line number.
  • Added test file for launch-editor.

Copilot AI review requested due to automatic review settings August 20, 2025 19:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds Visual Studio support for Windows by enabling line number jumping functionality and includes test coverage for the launch-editor package.

  • Added Visual Studio executable detection and command-line argument formatting for line navigation
  • Added comprehensive test coverage for the getArgumentsForPosition function
  • Updated documentation to reflect Windows support for Visual Studio

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/launch-editor/package.json Added test script configuration
packages/launch-editor/get-args.test.js New test file covering Visual Studio and other editor argument formatting
packages/launch-editor/get-args.js Added Visual Studio case handling for line navigation
packages/launch-editor/editor-info/windows.js Added devenv.exe to Windows executable list
README.md Updated Visual Studio Windows support status

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rlorenzo
Copy link
Author

Let me know if the test file is not needed, and I can remove it

@rlorenzo rlorenzo force-pushed the windows-visual-studio branch 2 times, most recently from 0f59683 to 2caa22a Compare August 20, 2025 20:22
- Reusing the IDE window and jumping to a specific line number is not
  supported at the same time. Prefering to use the same window over
  jumping to a line number.
- Added test file for launch-editor.
@rlorenzo rlorenzo force-pushed the windows-visual-studio branch from 2caa22a to 371bc28 Compare August 20, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant