1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07: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

@ -39,22 +39,6 @@ Environment=TERM=xterm
KeepAlive=true
SystemModes=text
[CppLanguageServer]
Socket=/tmp/portal/language/cpp
SocketPermissions=600
Lazy=true
User=anon
MultiInstance=true
AcceptSocketConnections=true
[ShellLanguageServer]
Socket=/tmp/portal/language/shell
SocketPermissions=600
Lazy=true
User=anon
MultiInstance=true
AcceptSocketConnections=true
[SQLServer]
Socket=/tmp/portal/sql
SocketPermissions=600