-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvscode.json
More file actions
71 lines (71 loc) · 1.42 KB
/
vscode.json
File metadata and controls
71 lines (71 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"schema": 1,
"sandbox_mode": "Overlay",
"mounts": [
{
"source": "@/.config/Code - Insiders",
"target": "~/.config/Code - Insiders"
},
{
"source": "/run/user/1000/wayland-0",
"target": "@/run/user/1000/wayland-0"
},
{
"source": "/run/user/1000/wayland-1",
"target": "@/run/user/1000/wayland-1"
},
{
"source": "/run/user/1000/pipewire-0",
"target": "@/run/user/1000/pipewire-0"
},
{
"source": "/run/user/1000/pipewire-0-manager",
"target": "@/run/user/1000/pipewire-0-manager"
},
{
"source": "/run/user/1000/pulse",
"target": "@/run/user/1000/pulse"
},
{
"source": "/run/user/1000/dconf",
"target": "@/run/user/1000/dconf"
},
{
"source": "/run/user/1000/gvfs",
"target": "@/run/user/1000/gvfs"
},
{
"source": "/run/user/1000/systemd",
"target": "@/run/user/1000/systemd"
},
{
"source": "/run/systemd",
"target": "@/run/systemd"
},
{
"source": "@/run",
"target": "/run"
},
{
"source": "@/.vscode-insiders/",
"target": "~/.vscode-insiders"
}
],
"chmod": [
{
"path": "@/run/user/1000",
"uid": 1000,
"gid": 1000
}
],
"env": {},
"inherit_env": true,
"hot": "@/hot.json",
"sargs": {
"uid": null,
"gid": null,
"shell": null,
"cwd": null,
"gids": []
}
}