Handle projectless Python files gracefully
This commit is contained in:
parent
324681443d
commit
09089eb9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@
|
||||||
"Set up the Python IDE in the current project."
|
"Set up the Python IDE in the current project."
|
||||||
(interactive)
|
(interactive)
|
||||||
(progn
|
(progn
|
||||||
(poetry-venv-workon)
|
(ignore-errors (poetry-venv-workon))
|
||||||
(eglot-ensure)))
|
(eglot-ensure)))
|
||||||
|
|
||||||
(use-package python
|
(use-package python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue