Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote attach doesn't show the command line arguments in the process listing #1208

Closed
gregg-miskelly opened this issue Feb 8, 2017 · 2 comments

Comments

@gregg-miskelly
Copy link
Contributor

Environment data

C# Extension version: 1.7.0-beta5

Steps to reproduce

Expected behavior

Command line arguments should show up

Actual behavior

Command line arguments are dropped

@gregg-miskelly
Copy link
Contributor Author

This looks to be broken by the zsh fix (commit 84b3a3b).

gregg-miskelly added a commit to gregg-miskelly/vscode-csharp that referenced this issue Feb 8, 2017
The zshell fix had the unintended problem that '$(uname)' was getting evaluated locally before being sent over the pipe, which meant that remote process listing didn't work from macOS to Linux. This fixes it.
gregg-miskelly added a commit that referenced this issue Feb 9, 2017
* Fix remote process listing #1208

The zshell fix had the unintended problem that '$(uname)' was getting evaluated locally before being sent over the pipe, which meant that remote process listing didn't work from macOS to Linux. This fixes it.

* Fix Windows client case
@DustinCampbell
Copy link
Member

Resolve fixed?

cmurczek-it pushed a commit to iteratec/omnisharp-vscode that referenced this issue Feb 20, 2017
* Fix remote process listing dotnet#1208

The zshell fix had the unintended problem that '$(uname)' was getting evaluated locally before being sent over the pipe, which meant that remote process listing didn't work from macOS to Linux. This fixes it.

* Fix Windows client case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants