mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 566421 - CDT LSP should declare server as singleton
Mark "org.eclipse.cdt.lsp.core" contribution as singleton Change-Id: If39a3b769f11d0cfda94857cc4d5b7bc6fff0df5 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
b87c2a793d
commit
0349a8a85f
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
||||||
class="org.eclipse.cdt.lsp.core.CPPStreamConnectionProvider"
|
class="org.eclipse.cdt.lsp.core.CPPStreamConnectionProvider"
|
||||||
id="org.eclipse.cdt.lsp.core"
|
id="org.eclipse.cdt.lsp.core"
|
||||||
label="%server.label"
|
label="%server.label"
|
||||||
launcherBuilder="org.eclipse.cdt.lsp.internal.core.DelegatingLauncherBuilder">
|
launcherBuilder="org.eclipse.cdt.lsp.internal.core.DelegatingLauncherBuilder"
|
||||||
|
singleton="true">
|
||||||
</server>
|
</server>
|
||||||
<contentTypeMapping
|
<contentTypeMapping
|
||||||
contentType="org.eclipse.cdt.lsp.core"
|
contentType="org.eclipse.cdt.lsp.core"
|
||||||
|
|
Loading…
Add table
Reference in a new issue