Commit 1ff845c3 authored by Jérome Perrin's avatar Jérome Perrin

software/theia: update package.json

includes vsx registry and our resolution fixes
parent 7e3bc5ee
...@@ -19,7 +19,7 @@ md5sum = 21735765808aac82fb91d53341a3c0d6 ...@@ -19,7 +19,7 @@ md5sum = 21735765808aac82fb91d53341a3c0d6
[yarn.lock] [yarn.lock]
filename = yarn.lock filename = yarn.lock
md5sum = c2523a5c832f617c374ee621d50d9e52 md5sum = ae1b596804715acd3512f1e8e6cbae3b
[python-language-server-requirements.txt] [python-language-server-requirements.txt]
filename = python-language-server-requirements.txt filename = python-language-server-requirements.txt
......
...@@ -77,9 +77,7 @@ mode = 0644 ...@@ -77,9 +77,7 @@ mode = 0644
[package.json] [package.json]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
# this comes from https://github.com/theia-ide/theia-apps/blob/0cc6a3dc2a6dec1b2b4f9572e9d878a67dc81ff5/theia-full-docker/latest.package.json # this comes from https://github.com/theia-ide/theia-apps/blob/2991e3a433f031b22bc80e274f80620d1e6898e5/theia-full-docker/latest.package.json
# but we pin vscode-json-languageserver to 1.2.2, otherwise 1.2.3 is picked and it seems to be incompatible.*
# See https://github.com/theia-ide/theia-apps/issues/333
template = template =
inline:{ inline:{
"private": true, "private": true,
...@@ -145,6 +143,7 @@ template = ...@@ -145,6 +143,7 @@ template =
"@theia/terminal": "latest", "@theia/terminal": "latest",
"@theia/userstorage": "latest", "@theia/userstorage": "latest",
"@theia/variable-resolver": "latest", "@theia/variable-resolver": "latest",
"@theia/vsx-registry": "latest",
"@theia/workspace": "latest" "@theia/workspace": "latest"
}, },
"resolutions": { "resolutions": {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment