ShadowXT
ShadowXT
@SteinwaySons The method you mentioned does work, and running ts can be achieved through configuration. If it's not a bug in this plugin, I still think this plugin is more...
> 您好@Shadow-XT > > 我做了一些测试,从我们这边看一切看起来都很好。您能否运行以下命令并将结果发送给我: > > ``` > pengwin-setup install PROGRAMMING JAVA --debug > ``` ## Results of running the command ``` Automatically install without prompts or updates Running...
> OK could you please run > > ``` > pengwin-setup uninstall JAVA --debug > pengwin-setup install PROGRAMMING JAVA --debug > ``` > > Looks like sdkman didn't download well...
> Hello, > > Force delete the sdkman directory: `sudo rm -rf /home/shine/.sdkman` > > And try again: > > `pengwin-setup install PROGRAMMING JAVA --debug` > > Please send me...
> Good, looks like it worked. Just close and reopen pengwin. You should be able to run `java --version` and also `sdk list` to install other versions if you like...
> could you run this command and try again? > > `source /home/shine/.sdkman/bin/sdkman-init.sh` Oh, I see. I can successfully use the sdk and java commands after running the "source /home/shine/.sdkman/bin/sdkman-init.sh"...
> Yes, add it there. (.zshrc) > > pengwin-setup should add a startup script for that, but something is not working well. I'll check more carefully to see if I...
> Ok this will be hard because it works for me. The escape code should be one for the colored highlighting. > > Is it only happening in `gh `...
> Seems to be related to the Emacs mode, i get the error on linux as well: > > ```powershell > Set-PSReadlineOption -EditMode Emacs > ``` > > Moving it...