Updated description for vscode
Since in the official pi repos, vscode is available, it makes more sense to download from the official repos where patches will be applied rather than having to remove and reinstall VSCode through Pi-Apps every time VSCode has an update, although I am not certain that it doesn't update its selfpull/479/head
parent
7ca71cd4b9
commit
805ef367d6
@ -1,3 +1,6 @@
|
||||
Visual Studio Code is a free source-code editor made by Microsoft.
|
||||
Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git
|
||||
It supports most popular coding languages including Python, JavaScript, and more.
|
||||
Note: Visual Studio Code can be installed in Raspberry Pi OS via the default mirrors by running the command "sudo apt install code -y".
|
||||
This should be done instead unless you are using a different OS other than Raspberry Pi OS (Full or Desktop)
|
||||
|
||||
|
Loading…
Reference in New Issue