currently sublime-text is hardcoded as editor, tried to use os.Getenv(EDITOR) but it returns a weird escaped string
run_editor() failed with
exec: "\"subl\"": executable file not found in $PATH
currently sublime-text is hardcoded as editor, tried to use `os.Getenv(EDITOR)` but it returns a weird escaped string
```
run_editor() failed with
exec: "\"subl\"": executable file not found in $PATH
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
currently sublime-text is hardcoded as editor, tried to use
os.Getenv(EDITOR)but it returns a weird escaped string