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:
parent
4f87f03bd1
commit
267a2c7c32
3 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue