Daniel Cárdenas
Daniel Cárdenas
I don't know any CSS but from fiddling around, I was able to fix it by simply appending: ```css .CodeMirror.cm-s-typora-default div.CodeMirror-cursor { border-left: 3px solid var(--text-color); } ```
I believe I have the same error. ### Traceback ``` Traceback (most recent call last): File "/Users/daniel/miniforge3/envs/euporie/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/Users/daniel/miniforge3/envs/euporie/lib/python3.10/site-packages/prompt_toolkit/eventloop/utils.py", line 73, in schedule func()...
@joouha I created a new issue #79
FWIW, I made Conda (Miniforge) work on Zed and used my `(base)` environment by using the following settings. ```json { "venvPath": "/Users/daniel/miniforge3/", "venv": "/Users/daniel/miniforge3/", "executionEnvironments": [ { "python": "/Users/daniel/miniforge3/bin/python" }...