1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:37:35 +00:00

Base: Launch LanguageServers at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:58:46 +02:00 committed by Linus Groh
parent 4f87f03bd1
commit 267a2c7c32
3 changed files with 15 additions and 17 deletions

View file

@ -63,6 +63,20 @@ Priority=high
KeepAlive=true
SystemModes=text,graphical
[CppLanguageServer]
Socket=/tmp/user/%uid/portal/language/cpp
SocketPermissions=600
Lazy=true
MultiInstance=true
AcceptSocketConnections=true
[ShellLanguageServer]
Socket=/tmp/user/%uid/portal/language/shell
SocketPermissions=600
Lazy=true
MultiInstance=true
AcceptSocketConnections=true
[LaunchServer]
Socket=/tmp/user/%uid/portal/launch
SocketPermissions=600