how to configure vscode in linux code example
Example: install vscode linux
sudo snap install --classic code
# other methode
sudo apt install ./<file>.deb
# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies