-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsp-bridge not recognizing org-src python buffer #1028
Comments
You can got completion in org-src block directly, don't need C-c C-c |
Move cursor to org-src block, and check lsp-bridge/lsp-bridge-org-babel.el Line 67 in 8d0e32e
|
My Evaluating |
Can you try |
GNU Emacs 28.0.50 (build 1, aarch64-apple-darwin20.5.0, NS appkit-2022.50 Version 11.4 (Build 20F71)) of 2021-07-19
lsp-bridge correctly turns on when opening a .py file. The following gets logged in Messages buffer the first time file is opened:
[LSP-Bridge] found language server: /Users/aosc/opt/anaconda3/bin/basedpyright-langserver
[LSP-Bridge] Active file '.py’, enjoy hacking!
However, when opening an org-src block with
C-c '
, I do not get that message and do not get any python-specific completion suggestions:Is this normal behavior? If so, is there a way to enable lsp-bridge to recognize python major-mode buffers created from
C-c '
?Thank you!
The text was updated successfully, but these errors were encountered: