FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add `pathMappings` option to debugger by jborean93 · Pull Request #5254 · PowerShell/vscode-powershell · GitHub

Add pathMappings option to debugger - #5254

Merged
Andy Jordan (andyleejordan) merged 3 commits into
PowerShell:mainfrom
jborean93:path-mappings
Sep 4, 2025
Merged

Andy Jordan (andyleejordan) merged 3 commits into
PowerShell:mainfrom
jborean93:path-mappings

Conversation

Jordan Borean (jborean93) commented Aug 3, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

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

Justin Grote (JustinGrote) changed the title WIP: Add new pathMappings option Debug: add pathMappings option Aug 5, 2025
Justin Grote (JustinGrote) marked this pull request as ready for review August 5, 2025 15:04
Copilot AI review requested due to automatic review settings August 5, 2025 15:04

Copy link
Copy Markdown
Collaborator

Moving to ready per Jordan Borean (@jborean93) discord comment.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Comment thread package.json
Comment thread package.json Outdated
Comment thread package.json Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Andy Jordan (andyleejordan) changed the title Debug: add pathMappings option Add pathMappings option to debugger Sep 4, 2025
Andy Jordan (andyleejordan) merged commit 5bacca5 into PowerShell:main Sep 4, 2025
4 checks passed
Jordan Borean (jborean93) deleted the path-mappings branch September 4, 2025 20:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Debugging Issue-Enhancement A feature request (enhancement).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL