[VSCode] 열리지 않을 때
code --verbose
[10616:0408/113450.867:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40
[10616:0408/113450.867:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 1 time(s)
[10616:0408/113450.976:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40
[10616:0408/113450.976:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 2 time(s)
....
[10616:0408/113451.609:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40
[10616:0408/113451.609:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 9 time(s)
[10616:0408/113451.609:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye.
code --no-sandbox
하면 열린다.
우선 바로가기 > 속성 > 대상(target)에 --disable-gpu-sandbox 옵션을 추가해서 바로가기 아이콘으로 열 수 있게 해놨다.
GPU 충돌 문제라고하는데 이건 일시적인 해결방법이므로..저 issue를 지켜봐야겠다.