You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried red 0.4.3 extension for VSCode. This is the error I have:
PS E:_Drives_DropBox My BoxName\Dropbox\Svi\fordata> cmd --% /c ""E:/_Drives/_DropBox%20My%20BoxName/Dropbox/Svi/Red.exe" --cli "e:/_Drives/_DropBox My BoxName/Dropbox/Svi/Try2.Red"
Impossibile trovare il percorso specification. (I can't find the specified path)
Please, take a look at the double quotes after /C, I think they could be the source of the error
Regards
The text was updated successfully, but these errors were encountered:
I think I have found the problem: I have opened the consolle (not powershell, the DOS one) and the problem is the space encoding %20. The command line does not like it. It wants the regular space:
This does not work: "E:/_Drives/_DropBox%20My%20BoxName/Dropbox/Svi/Red.exe"
This works: "E:/_Drives/_DropBox My BoxName/Dropbox/Svi/Red.exe"
Maybe because after this...: cmd --% /c
...You are already in a DOS environment
EDIT: Do you know what sets the powershell current dir of the red plugin? This "E:_Drives_DropBox My BoxName\Dropbox\Svi\fordata" is the current dir of another script I have previously opened in VSCode. It should not be the current one and it is nowhere in the JSON config file.
I have tried red 0.4.3 extension for VSCode. This is the error I have:
PS E:_Drives_DropBox My BoxName\Dropbox\Svi\fordata> cmd --% /c ""E:/_Drives/_DropBox%20My%20BoxName/Dropbox/Svi/Red.exe" --cli "e:/_Drives/_DropBox My BoxName/Dropbox/Svi/Try2.Red"
Impossibile trovare il percorso specification. (I can't find the specified path)
Please, take a look at the double quotes after /C, I think they could be the source of the error
Regards
The text was updated successfully, but these errors were encountered: