summaryrefslogtreecommitdiff
path: root/src/dged/process-posix.c
AgeCommit message (Collapse)Author
2025-11-21Rename the standard fds in processAlbert Cervin
To not collide with the <stdio.h> globals for stdin, stdout and stderr.
2025-11-01More lsp supportAlbert Cervin
This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references
2024-09-12WIP LSP clientAlbert Cervin
This contains the start of an LSP client. Nothing (except starting the LSP server) works at the moment and the feature is disabled by default.