#5311: Update JSON LS to VSCode 1.13.0 (#5324)

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
6.19.x
Kaloyan Raev 2017-06-13 09:58:38 +03:00 committed by Yevhen Vydolob
parent f7c4ed40f5
commit 65f7e352b3
1 changed files with 1 additions and 1 deletions

View File

@ -154,4 +154,4 @@ curl -s ${AGENT_BINARIES_URI} | tar xzf - -C ${LS_DIR}
touch ${LS_LAUNCHER}
chmod +x ${LS_LAUNCHER}
echo "nodejs ${LS_DIR}/vscode-json-server/server.js" > ${LS_LAUNCHER}
echo "nodejs ${LS_DIR}/vscode-json-server/out/jsonServerMain.js --stdio" > ${LS_LAUNCHER}