PowerShell / PowerShell/PowerShellEditorServices
Script arguments to debug adapter should be wrapped in quotes if they contain spaces
Open
Nobody has claimed this yet.
Issue-Bug
- Dominant language
- C#
- Stars
- 767
- Forks
- 266
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
See the following two issues for more information.
https://github.com/Microsoft/vscode/issues/4057
https://github.com/PowerShell/vscode-powershell/issues/117
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the two linked issues for the expected debug-adapter argument behavior, then locate the argument-handling entry point in PowerShellEditorServices. The work is done when script arguments containing spaces are passed correctly to the debug adapter without changing arguments that do not need quoting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100