This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree 3 files changed +8
-8
lines changed
resources/language_server_node_cdx
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ frameworks:
62
62
- " JavaBuildpack::Framework::LanguageServerNodeJSON"
63
63
- " JavaBuildpack::Framework::LanguageServerNodeXML"
64
64
65
- # - "JavaBuildpack::Framework::LanguageServerNodeCDX"
65
+ - " JavaBuildpack::Framework::LanguageServerNodeCDX"
Original file line number Diff line number Diff line change 1
1
# TODO License.
2
2
3
- # Configuration for the JAVA LSP server component
3
+ # Configuration for the CDS LSP server component
4
4
---
5
- version : 0.0.+
6
- repository_root : " https://buildpackcomponentrepositorycdx .cfapps.sap .hana.ondemand.com"
5
+ version : 1.*.*
6
+ repository_root : " https://lsp-component-cds .cfapps.eu10 .hana.ondemand.com/ "
7
7
env :
8
8
workdir : language_server_node_cdx/
9
9
exec : language_server_node_cdx/launcher.sh
10
10
ipc :
11
- protocol : " socket-client "
12
- clientport : 8765
11
+ protocol : " stream "
12
+
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
3
- exec npm start
2
+ echo ' Starting server.js using node... ' > launcher.log
3
+ exec ./nodejs/bin/node ./src/server.js --stdio --strict-code-completion
You can’t perform that action at this time.
0 commit comments