microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.64k stars 285 forks source link

remote-ssh group not correct #658

Closed clarkliming closed 5 years ago

clarkliming commented 5 years ago

when i use remote-ssh to connect to the server, the group is not correct. i do not know what is happening. [lml@head1 lml]$ groups admin [lml@head1 lml]$ su lml Password: [lml@head1 lml]$ groups admin docker

when i log in with putty, ubuntu, cmd, the group is correct with docker group. I have tried reboot my computer, but it did not help; i tried remove the connection from vscode, reconfigured it, and nothing changes.

CPUs Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 x 3592)
GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: disabled_softwarerasterization: enabledsurface_synchronization: enabled_onvideo_decode: enabledwebgl: enabledwebgl2: enabled
Load (avg) undefined
Memory (System) 7.95GB (4.48GB free)
Process Argv --folder-uri vscode-remote://ssh-remote%2B7b22686f73744e616d65223a22706572666563744a4b227d/cluster/home/lml
Screen Reader no
VM 0%
clarkliming commented 5 years ago

well problem solved. killall process on server and the problem solved.