Closed drewbitt closed 1 year ago
When you specify APP_ARGS you are overwriting the default arguments - one of which is --no-sandbox
which is required for vscode to work properly. So, you'll need to add that to your APP_ARGS too then you should be g2g
Great. That works for it to boot. However, any custom user-data-dir
or extensions-dir
passed won't work by default due to incorrect user permissions on the (new) folder. Although that is unrelated to this issue.
drwxr-xr-x 1 99 users 0 Dec 16 01:13 user-data
drwxr-xr-x 1 99 users 0 Dec 16 01:13 extensions-dir
drwxr-xr-x 1 kasm-user kasm-user 0 Dec 20 23:04 Uploads
Would recommend documentation on the --no-sandbox
requirement. Closing!
Specifying a directory, like the user data dir, with the documented APP_ARGS variable leads to a failure to get a VNC shell & the logs spam
filter is not configured
, which appears to be a squid errorThis includes even setting the variable in its default ~/.config/Code directory