Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cwd parameter which is not optional anymore
cwd field has been changed in helix-editor#2959 by making it a required field. However, when starting the debugging session, cwd is not set, causing an error in the deserialization part. Manually set cwd to the current directory as a quick fix.
- Loading branch information