VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.27k stars 1.02k forks source link

Unable to run bash scripts - after latest update #1943

Closed Jopp-gh closed 1 week ago

Jopp-gh commented 1 week ago

Describe the bug unable to execute shell scripts with the extension Code Runner by formulahendry after the latest update

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. open a workspace with saved *.sh scripts
  2. Click on the 'Run Code' button provided by Code Runner (usually top right corner)
  3. the terminal won't open, because the 'Run Code' button seems to do nothing.
  4. nothing else happens.

Expected behavior if I click the 'Run Code' button, scripts need to execute, they always worked in past versions of VsCodium, prior to 1.90.2.

Desktop (please complete the following information):

Additional context With css there are no problems because you don't need to execute code, but with bash shell scripts looking at the code syntax is simply not enough. It is very frustrating if an IDE is half broken because unable to do something such basic as executing scripts.

Jopp-gh commented 1 week ago

I reset some settings relative to my Terminal profile, deactivated some extensions and quit VSC. After restarting VSC, scripts run again as usual. Not sure what it was, I am closing as solved.