When I run vscode on ubuntu, it opens for 5 seconds and then automatically closes. If I run the command "code" in terminal the same thing happens.
I run the command "code && sleep 1 && code -s" , and saw that there are tag --no-sandbox specified. I tried to run "code --sandbox", and it helped. However, if I run "code -s", I see tags --no-sandbox, --sandbox specified. Can I somehow just remove the tag --no-sandbox, so I don't need to open it every time through terminal?I also tried to reinstall vscode, it didn't help.