Win10 Emacs + WSL ccls

Joe Schaefer 2021-04-13 22:59:33 -04:00
parent bf0e2bd021
commit 51bc355c0b

3
FAQ.md

@ -362,3 +362,6 @@ ln -s debug/compile_commands.json
Note: ccls can serve LSP requests while it is doing the initial indexing of Note: ccls can serve LSP requests while it is doing the initial indexing of
the project. the project.
# Be happy. Run Emacs as a native Windows binary, and compile ccls on Ubuntu-20.04 (WSL) with -D_WIN32 set in lsp.cc (top of source file). Put a ccls.bat script with one line in it: "powershell wsl ccls %*". Then add a /wsl$/Ubuntu-20.04 symlink back to /. Enjoy!