VSCode-linux-x64.zip をダウンロードしました。GUI を使用して抽出しようとすると失敗します。
ターミナルを使用してアーカイブを抽出でき、エラーは発生しません。
$ unzip VSCode-linux-x64.zip
次に、端末からプログラムコードを開こうとすると、次の結果が得られます。
$ ./Code
[21746:0430/141853: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
[21746:0430/141854:WARNING:file_descriptor_set_posix.cc(30)] FileDescriptorSet destroyed with unconsumed descriptors: 0/1
[atom event]: render process crashed!
ここで Ctrl+C を使用して終了するか、コードをポップアップさせて次のことを教えてもらうことができます。
このエラーは、アイコンをダブルクリックしてコードを開こうとした場合にも発生します。
LinuxでVSCODEが機能しないのと同じ問題がありますが、Arch LinuxではなくUbuntu 14.04を実行しているため、彼らの解決策は私には当てはまらないと思います。