We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scoop makes infinity recursive folder on installing app with folder persisting.
It occurs with the following procedure. (using cmd.exe)
> cd %USERPROFILE%\scoop\apps\scoop\current\bucket > scoop -v Current Scoop version: 4d418ace (HEAD -> master) octave: change bin to octave.bat (closes #2534) ( ... ) > scoop install cmder.json Installing 'cmder' (1.3.6) [32bit] Loading cmder_mini.zip from cache Checking hash of cmder_mini.zip ... ok. Extracting cmder_mini.zip ... done. Linking ~\scoop\apps\cmder\current => ~\scoop\apps\cmder\1.3.6 Creating shim for 'Cmder'. Creating shortcut for Cmder (Cmder.exe) Persisting config 'cmder' (1.3.6) was installed successfully! > tree /a %USERPROFILE%\scoop\apps\cmder\current ( ... ) C:\USERS\USER1\SCOOP\APPS\CMDER\CURRENT +---bin +---config +---icons \---vendor +---clink +---clink-completions | +---.vscode | +---modules | \---spec +---conemu-maximus5 | +---ConEmu | | +---Addons | | +---clink | | +---DosBox | | +---Far1_reg | | +---Far2_fml | | +---Far2_reg | | +---Far3_fml | | +---Far3_lua | | +---Scripts | | \---wsl | \---plugins | \---ConEmu | +---Background | | \---img | +---Lines | \---Thumbs +---lib \---psmodules \---PsGet > scoop install cmder.json Installing 'cmder' (1.3.6) [32bit] Loading cmder_mini.zip from cache Checking hash of cmder_mini.zip ... ok. Extracting cmder_mini.zip ... done. Linking ~\scoop\apps\cmder\current => ~\scoop\apps\cmder\1.3.6 Creating shim for 'Cmder'. Creating shortcut for Cmder (Cmder.exe) Persisting config 'cmder' (1.3.6) was installed successfully! > tree /a %USERPROFILE%\scoop\apps\cmder\current (..) C:\USERS\USER1\SCOOP\APPS\CMDER\CURRENT +---bin +---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config | \---config +---icons \---vendor +---clink +---clink-completions | +---.vscode | +---modules | \---spec +---conemu-maximus5 | +---ConEmu | | +---Addons | | +---clink | | +---DosBox | | +---Far1_reg | | +---Far2_fml | | +---Far2_reg | | +---Far3_fml | | +---Far3_lua | | +---Scripts | | \---wsl | \---plugins | \---ConEmu | +---Background | | \---img | +---Lines | \---Thumbs +---lib \---psmodules \---PsGet
The text was updated successfully, but these errors were encountered:
Yes, this happens by running scoop install on a JSON file multiple times. It should check if the program is installed like it would normally.
scoop install
JSON
Sorry, something went wrong.
Prevent installing programs from JSON multiple times (See #2535)
936cf9c
@h404bi Is this still relevant after #2897? I haven't seen it for a while on vscode-insiders-portable
This problem is no longer occurring in the latest version. Thank you, @r15ch13, @h404bi and @Ash258.
@Ash258 I am sorry that I noticed and I am late for closing.
No branches or pull requests
Scoop makes infinity recursive folder on installing app with folder persisting.
It occurs with the following procedure. (using cmd.exe)
The text was updated successfully, but these errors were encountered: