Skip to content
Snippets Groups Projects
Commit 4e4e70aa authored by Lorenzo Tilve's avatar Lorenzo Tilve
Browse files

Use same finish-args as defined at gulpfile.vscode.linux

parent 3e236701
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,13 @@ ...@@ -7,12 +7,13 @@
"sdk": "org.freedesktop.Sdk", "sdk": "org.freedesktop.Sdk",
"command": "vscode", "command": "vscode",
"finish-args": [ "finish-args": [
"--device=dri",
"--filesystem=home",
"--share=ipc", "--share=ipc",
"--socket=x11",
"--share=network", "--share=network",
"--socket=pulseaudio", "--filesystem=host",
"--socket=x11" "--device=dri",
"--filesystem=/tmp",
"--talk-name=org.freedesktop.Notifications"
], ],
"modules": [ "modules": [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment