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

VS Code - Info: Resolve Dependancies Fails if User Path contains a SPACE #2072

Closed
sporens opened this issue Jan 17, 2016 · 2 comments
Closed
Assignees

Comments

@sporens
Copy link

sporens commented Jan 17, 2016

Hi,

The command executed by VS Code to install and resolve missing dependancies for an ASP.NET application fails with "Can't find path" when the path to the users' home folder includes a space. For example:
c:\users\joeblogs\ <- works
c:\users\joe blogs\ <- fails

Running procmon I see it's attempting to execute:
cmd.exe /c start /wait cmd.exe /c "C:\Users\joe blogs.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin\dnu.cmd restore & pause"

Which fails.

Thanks

@jrieken
Copy link
Member

jrieken commented Jan 20, 2016

this is either omnisharp-vscode or omnisharp itself

@jrieken
Copy link
Member

jrieken commented Jan 20, 2016

This issue was moved to dotnet/vscode-csharp#2

@jrieken jrieken closed this as completed Jan 20, 2016
@jrieken jrieken removed the c# label Jan 20, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants