Install Visual Studio Code on Linux Mint 21.2 (over VirtualBox/Windows 11)

 Install Visual Studio Code1.81 on Linux Mint 21.2, over VirtualBox/Windows 11.



Visit: https://code.visualstudio.com/
Download .deb for x64

It's two ways listed to install VS Code in Linux (.deb)

Method one:

sudo apt install ./<file>.deb
It's first suggested, but in my test on Linux Mint 21.2, it reports error of Permission denied:
N: Download is performed unsandboxed as root as file '/home/eric/Downloads/code_1.83.1-1696982868_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

Method two:
sudo dpkg -i <file>.deb
sudo apt-get install -f # Install dependencies
For older Linux distribution, works for me with no error.


next:
Install Espressif IDF Extension in VS Code to program ESP32-C3 Run on Linux Mint 21.2 (over Windows 11/VirtualBox).
Create Hello World in VSCode/ESP-IDF Extension manually, run on ESP32-C6 to send text to Serial.
Install PlatformIO on Visual Studio Code to program ESP32-C6 in ESP-IDF.

Comments

Popular posts from this blog

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.

CameraWebServe: ESP32-S3 (arduino-esp32) + OV5640 camera module