VS code Unable to connect to Chrome debug port: 37095 – Debian
I installed Flutter and VS Code in the following way: $ sudo snap install --classic code $ sudo snap install --classic flutter $ tail -n 1 ~/.bashrc export CHROME_EXECUTABLE="/usr/bin/chromium" $ flutter doctor -v [✓] Flutter (Channel stable, 2.2.1, on Linux,…