{ "app-id": "com.visualstudio.code.oss", "base": "io.atom.electron.BaseApp", "base-version": "master", "runtime": "org.freedesktop.Platform", "runtime-version": "1.4", "sdk": "org.freedesktop.Sdk", "command": "vscode", "finish-args": [ "--share=ipc", "--socket=x11", "--share=network", "--filesystem=host", "--device=dri", "--filesystem=/tmp", "--talk-name=org.freedesktop.Notifications" ], "modules": [ { "name": "nodejs", "sources": [ { "type": "archive", "url": "https://nodejs.org/dist/v6.10.0/node-v6.10.0.tar.gz", "path": "node-v6.10.0.tar.gz", "sha256": "01dae00dc0faa37a4b7a84098e2f04631827fc42e319eb66ccc3ab1d561ea42d" } ] }, { "name": "libxkbfile", "sources": [ { "type": "archive", "url": "https://www.x.org/releases/individual/lib/libxkbfile-1.0.9.tar.gz", "sha256": "95df50570f38e720fb79976f603761ae6eff761613eb56f258c3cb6bab4fd5e3" } ] }, { "name": "vscode", "build-options": { "build-args": [ "--share=network" ] }, "sources": [ { "type": "git", "url": "https://github.com/Microsoft/vscode", "branch": "release/1.10", "dest": "app" }, { "type": "file", "path": "vscode/Makefile" }, { "type": "file", "path": "common/configure" } ] } ] }