EBC Exercise 06 Setting Up Visual Studio Code
Revision as of 12:53, 8 April 2021 by Yoder (talk | contribs) (Created page with "Category:ECE497 {{YoderHead}} Here's how to install a browser version of [https://code.visualstudio.com/ Visual Studio Code]. == Installing == bone$ '''sudo apt updat...")
Embedded Linux Class by Mark A. Yoder
Here's how to install a browser version of Visual Studio Code.
Installing
bone$ sudo apt update bone$ sudo apt install bb-code-server
Changing port number
VS Code defaults to listening to port 3000, the same port as cloud9. To change the port
bone$ cd /opt/bb-code-server/
and change the 3000 in start.sh to 3001. Then
bone$ ./start.sh
Embedded Linux Class by Mark A. Yoder