diff --git a/com.visualstudio.code.json b/com.visualstudio.code.json index 8f79224..b6da51f 100644 --- a/com.visualstudio.code.json +++ b/com.visualstudio.code.json @@ -1,7 +1,7 @@ { "app-id": "com.visualstudio.code", "branch": "stable", - "base": "io.atom.electron.BaseApp", + "base": "org.electronjs.Electron2.BaseApp", "base-version": "18.08", "runtime": "org.freedesktop.Sdk", "runtime-version": "18.08", @@ -12,6 +12,8 @@ "finish-args": [ "--share=ipc", "--socket=x11", "--socket=pulseaudio", + "--require-version=0.10.3", + "--socket=ssh-auth", "--share=network", "--device=dri", "--filesystem=host", @@ -48,25 +50,6 @@ } ] }, - { - "name": "nodejs", - "cleanup": [ - "/include", - "/share", - "/app/lib/node_modules/npm/changelogs", - "/app/lib/node_modules/npm/doc", - "/app/lib/node_modules/npm/html", - "/app/lib/node_modules/npm/man", - "/app/lib/node_modules/npm/scripts" - ], - "sources": [ - { - "type": "archive", - "url": "https://nodejs.org/dist/v8.11.2/node-v8.11.2.tar.xz", - "sha256": "539946c0381809576bed07424a35fc1740d52f4bd56305d6278d9e76c88f4979" - } - ] - }, { "name": "vscode", "buildsystem": "simple",