mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Add CMake option C3_ENABLE_CLANGD_LSP (#1414)
* CMake option C3_ENABLE_CLANGD_LSP The CMake option enables the generation of compile_commands.json in the build directory and the creation of a symlink in the root directory targeting the new file, this will allow the Clangd Language Server Protocol (LSP) to function properly. * Added .editorconfig EditorConfig helps maintain consistent coding styles: https://editorconfig.org/
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -70,3 +70,8 @@ out/
|
||||
|
||||
# Emacs files
|
||||
TAGS
|
||||
|
||||
# Clangd LSP files
|
||||
/.cache/
|
||||
/compile_commands.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user