-
Notifications
You must be signed in to change notification settings - Fork 510
Editor Services not starting due to "non-existent" path #1014
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
Editor Services not starting due to "non-existent" path #1014
Comments
This is a major PITA for me. Anyone have an idea what this might be? |
Does this work in your PS Core console? Get-Item -LiteralPath '/Volumes/[C] VMABERTRAM01/Users/abertram/Source/Workspaces/IS-DevOps/EO/Dev' |
Hmm...no. It does not.
…On Mon, Oct 23, 2017 at 10:12 AM, Keith Hill ***@***.***> wrote:
Does this work in your PS Core console?
Get-Item -LiteralPath '/Volumes/[C] VMABERTRAM01/Users/abertram/Source/Workspaces/IS-DevOps/EO/Dev'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1014 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEG3-lTyrl7s2B5Ed86MLMQexzf3zawVks5svKzSgaJpZM4PEptZ>
.
|
Well, that could be a problem for PSES. The |
Yep, might be worth filing an issue on PowerShell/PowerShell to see if they can figure out why this path isn't accessible to PowerShell. |
@rkeithhill I'm looking into this again. This now works:
However, I'm still getting that non-existent path in the session logs. Is it possible, the plugin just needs to enclose the path in quotes?
|
Zip and attach the log files and I'll take a look. |
@adbertram OK I have a fix for this. It's not the spaces, it is the |
Awesome! Thanks for tracking that down.
…On Fri, Nov 24, 2017 at 2:22 PM, Keith Hill ***@***.***> wrote:
@adbertram <https://github.com/adbertram> OK I have a fix for this. It's
not the spaces, it is the [] chars that need to be escaped. We already
have a method for escaping paths. Just need to call that method before we
attempt to set the working dir.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1014 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEG3-m6l9OqBWhc69w1FAxTMyYplwILkks5s5yWggaJpZM4PEptZ>
.
|
System Details
$PSVersionTable
:Issue Description
I use VS Code on my Mac and access PowerShell scripts on a Parallels Windows VM. Parallels mounts the Windows disk directly as a volume on my Mac. This has been working great until I recently upgraded to Parallels 13. The Windows volume still exists called
/Volumes/[C] VMABERTRAM01/
and I can access files fine still in VS Code but Editor Services fails to start.I took a look inside of the EditorServices.log file and found this which is probably why it's refusing to load.
I know this is not a problem with the volume as I can access it fine outside of VS Code. For some reason, Code does not like the volume path.
I've managed to work around this for now by creating a SMB share on my Windows VM and accessing it that way.
The text was updated successfully, but these errors were encountered: