Skip to content

Conversation

@jborean93
Copy link
Contributor

@jborean93jborean93 commented Aug 3, 2025

PR Summary

PR to add the options added in the PR PowerShell/PowerShellEditorServices#2251.

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • [NA] PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

@JustinGroteJustinGrote changed the title WIP: Add new pathMappings optionDebug: add pathMappings optionAug 5, 2025
@JustinGroteJustinGrote marked this pull request as ready for review August 5, 2025 15:04
CopilotAI review requested due to automatic review settings August 5, 2025 15:04
@JustinGrote
Copy link
Collaborator

Moving to ready per @jborean93 discord comment.

Copy link

CopilotAI 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 a new pathMappings configuration option to PowerShell debug configurations to support debugging remote PowerShell host processes. The feature enables mapping between local and remote file paths during debugging sessions.

  • Adds pathMappings array property to both PowerShell launch and attach debug configurations
  • Each path mapping consists of localRoot and remoteRoot properties for file path translation
  • Provides detailed descriptions for the new configuration options

@andyleejordanandyleejordan changed the title Debug: add pathMappings optionAdd pathMappings option to debuggerSep 4, 2025
@andyleejordanandyleejordan enabled auto-merge (squash) September 4, 2025 20:30
@andyleejordanandyleejordan merged commit 5bacca5 into PowerShell:mainSep 4, 2025
4 checks passed
@jborean93jborean93 deleted the path-mappings branch September 4, 2025 20:56
@andyleejordanandyleejordan added Issue-Enhancement A feature request (enhancement). Area-Debugging labels Sep 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-DebuggingIssue-EnhancementA feature request (enhancement).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jborean93@JustinGrote@andyleejordan