We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After I've setup environment for platformio core in emacs, ccls shows following errors
The project can be compiled without error
My emacs related configuration snippet:
;; ccls (straight-use-package 'ccls) (require 'ccls) (setq ccls-executable (concat (getenv "HOME") "/opt/ccls")) (setq ccls-args '("--log-file=/tmp/ccls.log")) (setq ccls-initialization-options '(:cache (:directory "/tmp/ccls_cache"))) ;; C/C++ (add-hook 'c-mode-hook 'lsp) (add-hook 'c++-mode-hook 'lsp) ;; platformio-mode (straight-use-package 'platformio-mode) (require 'platformio-mode) (add-hook 'c++-mode-hook (lambda () (lsp-deferred) (platformio-conditionally-enable)))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After I've setup environment for platformio core in emacs, ccls shows following errors
The project can be compiled without error
Steps to reproduce
My emacs related configuration snippet:
System information
exp120240128073147.12)The text was updated successfully, but these errors were encountered: