You're getting this error when trying to debug an F# app on VSCode using Ionide
Unable to launch debugger worker process (vsdbg) through the terminal. spawn xterm ENOENT
You're getting this error when trying to debug an F# app on VSCode using Ionide
Unable to launch debugger worker process (vsdbg) through the terminal. spawn xterm ENOENT
Copyright © 2021 Jogjafile Inc.

Add a worskpace at the root folder of the app
Add a debug config (launch.json) -> Select template .NET Core Launch (console)
Add a task for building the app -> You will be prompted to create this after you try to run the debugger following the previous step
Run from debugger
Here's my example config, same fields but using them from the workspace file instead of directly under .vscode/* (personal preference)
Unfortunately, I haven't been able to run it from the Ionide tab. Please let me know if you know how to solve this on WS2.