innercore-mod-toolchain icon indicating copy to clipboard operation
innercore-mod-toolchain copied to clipboard

I can't run the generated tasks

Open xsj284 opened this issue 10 months ago • 0 comments

Errors are reported when running any generated tasks.

The terminal is displayed as follows:

  • Executing task in folder python: ./xxx.sh
  • The terminal process failed to launch: Starting directory (cwd) "/./toolchain/python" does not exist. 屏幕截图 2024-05-04 210850

OS: WSL-Ubuntu24.04

Changing "cwd" in tasks.json from ". /toolchain/python" to "${workspaceFolder}/toolchain/python" will fix it!

xsj284 avatar May 04 '24 13:05 xsj284