.vscode_template/README.md
Git
sudo apt install git
Compiler
sudo apt install build-essential
sudo apt install clang
Debugger
sudo apt install lldb
Qt - Download the Qt online installer and install it using it:
Edit $HOME/.bashrc, specify the current Qt, for example
export QT_DIR=$HOME/Qt/6.10.1/gcc_64
export PATH=$HOME/Qt/Tools/CMake/bin:$PATH
export PATH=$HOME/Qt/Tools/Ninja:$PATH
Download the deb file from the official website. https://code.visualstudio.com
Install (version for example)
sudo dpkg -i code_1.106.3-1764110892_amd64.deb
Don't use the flatpak version because it has limited permissions; for example, it won't recognize the clang compiler. Or learn how to grant it the necessary permissions.
ssh key if it is not already added..vscode_template folder and rename it to .vscodeextensions.json file)Qt Clang Debug.