The HBuilder editor terminal window cannot be input and the solution is not responding

The HBuilder editor terminal window cannot be input and the solution is not responding

1. Find the HBuilder installation directory

find  main.js

HBuilderX - plugins - builtincef3terminal - script - main.js

2. Edit main.js 

Change the powershell.exe  and  cmd.exe paths in the main.js file  to absolute paths

C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe

C:/WINDOWS/system32/cmd.exe

After saving and restarting the terminal window, you can

Guess you like

Origin blog.csdn.net/GrootBaby/article/details/131981674