From 0b7fd7ed8aa2d29619c5fcfc28ac78276af629a8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 4 Aug 2022 18:18:29 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c85d3ee1..2dcdee2e 100644 --- a/README.md +++ b/README.md @@ -1722,23 +1722,23 @@ ________________________________________________________________________________
- 🔸Code Server + 🔸VS Code Server

-

Code Server

+

VS Code Server

-To Install Code Server, ⚠️ run the following in the LXC console. +To Install VS Code Server, ⚠️ run the following in the LXC console. ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)" ``` -[Code Server](https://code.visualstudio.com/docs/remote/vscode-server) is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH. +[VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server) is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH. -**Code Server Interface - http:// IP:8680** +**VS Code Server Interface - http:// IP:8680** ___________________________________________________________________________________________