ladybird/DevTools/HackStudio/LanguageServers
Sergey Bugaev e7e179212c HackStudio: Send an open file to language servers
Language servers will now receive an open file instead of just its path. This
means the language servers no longer need to access the filesystem to open the
file themselves.

The C++ language server now has no filesystem access whatsoever (although we
might need to relax this in the future if it learns to complete #include paths),
while the Shell language server can read /etc/passwd (it wants that in order to
get the user's home directory) and browse (but not read!) the whole file system
tree for completing paths.
2020-11-23 18:37:40 +01:00
..
Cpp HackStudio: Send an open file to language servers 2020-11-23 18:37:40 +01:00
Shell HackStudio: Send an open file to language servers 2020-11-23 18:37:40 +01:00
CMakeLists.txt HackStudio: Add a Shell language server 2020-10-04 23:12:28 +02:00
LanguageClient.ipc HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
LanguageServer.ipc HackStudio: Send an open file to language servers 2020-11-23 18:37:40 +01:00