I have VSCode installed on Ubunutu 14.04 64-bit but when it's launched from terminal there is this error:
[6303:0615/111654:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
Is this something I should fix or it is coming from VSCode?
Also is there a way to launch it from terminal but terminal not to stay open all the time?
(~/bin/code/Code &) &> /dev/null
directly in the shell. Also did you check to make sure the path to code is correct? (Replace~/bin/code/
with the path that you extracted the zip file to.) – Luke Cummings Jun 18 '15 at 21:22