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
RefreshEnv.cmd sets the PATH environment variable with a trailing space. Then a new application that adds user PATH can't be launched.
>cinst -y visualstudiocode
Chocolatey v0.10.3
(snip)
Installing visualstudiocode...
visualstudiocode has been installed.
Environment Vars (like PATH) have changed. Close/reopen your shell to
see the changes (or in powershell/cmd.exe just type `refreshenv`).
The install of visualstudiocode was successful.
Software installed to 'C:\Program Files (x86)\Microsoft VS Code\'
Chocolatey installed 1/1 packages. 0 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
>refreshenv
Refreshing environment variables from registry for cmd.exe. Please wait...Finished..
>code
'code' is not recognized as an internal or external command,
operable program or batch file.
>echo [%path%]
[(snip);C:\Program Files (x86)\Microsoft VS Code\bin ]
It seems that there is an unnecessary space before >> despite a caution.
RefreshEnv.cmd sets the PATH environment variable with a trailing space. Then a new application that adds user PATH can't be launched.
It seems that there is an unnecessary space before
>>
despite a caution.choco/src/chocolatey.resources/redirects/RefreshEnv.cmd
Line 46 in 40918fb
The text was updated successfully, but these errors were encountered: