No video

How to install Code-Server | Server Side VS Code!

  Рет қаралды 41,935

Antoun Sawires

Antoun Sawires

Күн бұрын

In this video I show how to install and setup Code-Server a server side version of Visual Studio Code. This allows you to develop live on the server for seamless development across all of your devices.
Code-Server Github - github.com/cdr...
Thanks For Watching!

Пікірлер: 35
@imhemish
@imhemish 3 жыл бұрын
Instead of using remotely, i run code-server on my desktop and open the local host on browser on same machine. It really saves ram and both vs code and documentation sites are open in same browser window
@juancarlosdiaz6172
@juancarlosdiaz6172 3 жыл бұрын
An advantage is that having code-server installed on your cell phone is that you only have to create a proxy with nginx to be able to use it on several machines and have a portable development environment :)
@ipratik2222
@ipratik2222 3 жыл бұрын
Awesome, is there any extension which will allow remote collaboration with your teammates on the same file that you have tried on code-server ? It will be really helpful when working remotely.
@xoom7573
@xoom7573 3 жыл бұрын
LiveShare but you will have to open a port and attach liveshare to that open port!
@yschickert7472
@yschickert7472 4 жыл бұрын
Thank you a lot. Got the same problem with ufw. You helped mit to solve this. Great Tutorial!
@24mjohnson
@24mjohnson 2 жыл бұрын
i follow the direction but after moving code-server to bin and removing the tar file and the other file of same name as tar file, then go back to root directory, i run code-server and get command not found. Running on digital ocean ubuntu install.
@myerwerl
@myerwerl Жыл бұрын
What should i do if i have a mc desktop at home, and i want to access it on my friends windows laptop? Could this still work?
@SrinivasaRaoGurram
@SrinivasaRaoGurram 2 жыл бұрын
I installed code server on my mac and able to run; Somehow I am unable to install extensions/plugins; May be if can provide somesteps; Most of us use vscode for nodejs/webdevelopement using react; if u can show one small application where some one can install the plugins and run the react/ node js and debug; that will really help us.,.,.
@cosciblog
@cosciblog Жыл бұрын
Hi, can i run docker containers on the server? When i develop on my local machine i usualy use docker containers for webservers or shoppware servers
@RajatSharma-ct6ie
@RajatSharma-ct6ie 4 жыл бұрын
I can't see the extensions, it shows markeplace isn't available. What could be the problem ?
@xoom7573
@xoom7573 3 жыл бұрын
Live Server does work in there but u have to open a port and set live server to only 1 specific port doo!
@geozapata3865
@geozapata3865 2 жыл бұрын
i'm struggling with this. Would you mind sharing how you set this up?
@awzsdrcfgybhjimklp
@awzsdrcfgybhjimklp 4 жыл бұрын
Where is the integrated terminal? Usually the integrated terminal is at the bottom visual studio code but I do not see it in this web version.
@anirudhk5059
@anirudhk5059 2 жыл бұрын
how to make the connection secure as it is having only http
@FindMultiBagger
@FindMultiBagger 3 жыл бұрын
Hey , when I hit code-server , it ask for path to open , Eg : code-server ./path Then it opens in new tab of vs code , but not in browser Please help , how to open it in broswe
@hrishabhgupta7568
@hrishabhgupta7568 3 жыл бұрын
what if i created this in a virtual environment?
@thestartupguy3975
@thestartupguy3975 2 жыл бұрын
I keep getting "command code-server not found"
@thestartupguy3975
@thestartupguy3975 2 жыл бұрын
I fixed it. Idk how, but I fixed it
@peartkishi
@peartkishi 4 жыл бұрын
Hey, man, can you make an updated Arch Linux install for UEFI systems? I can't seem to get the bootloader I've been trying to work.
@sanon1785
@sanon1785 2 жыл бұрын
Can anybody tell me how to actually see the webpage I'm working on while using codeserver ?
@nikisaraa
@nikisaraa 2 жыл бұрын
I was wondering the same thing, kinda annoying :/
@rangalvnr6578
@rangalvnr6578 Жыл бұрын
How to install code server
@coryhoyt5825
@coryhoyt5825 4 жыл бұрын
Can I change the port? I created a LAMP server with a different port and want to be able to run PHP and mysql in VS.
@tamilarasansabapathy2353
@tamilarasansabapathy2353 4 жыл бұрын
you can use the following code to change the password and port PASSWORD= ./code-server --host 0.0.0.0 --port 10000 (use your desired port number instead of 10000)
@aschmitt89
@aschmitt89 Жыл бұрын
I'd never recomment leaving your IDE on your WebServer. Way too risky if someone accesses it maliciously.
@feschber
@feschber 4 жыл бұрын
Don’t think it’s a good idea to download files directly to /bin Edit: also why don’t you even have a user configured on the server?
@williamtober991
@williamtober991 4 жыл бұрын
Did you have any trouble using some of the extensions? Like there are several compilers but I can’t seem to get any of them to function it’s annoying
@AntounSawires
@AntounSawires 4 жыл бұрын
Yup not all of the extensions work with Code server.
@williamtober991
@williamtober991 4 жыл бұрын
Antoun Sawires I think I’ve got most of my stuff working now, but wow that was an awesome learning experience. Thanks for sharing your stuff!
@Account8195
@Account8195 4 жыл бұрын
I cant find any tutorial on making arch linux your main os, is there a way u would be able to do a video or something since that would be insanely helpful, thanks!
@yoursallen
@yoursallen 4 жыл бұрын
Thanks for the video. Is there a way to change the default port # 8080 to something else?
@yoursallen
@yoursallen 4 жыл бұрын
I got it.. I changed the config.yaml
@kaanekici7012
@kaanekici7012 4 жыл бұрын
I cant run the last command (code-server). It says "/bin/code-server: 6: exec: /bin/node: not found". Can anybody help me?
@jeromesnail
@jeromesnail 4 жыл бұрын
Seems like v3 change a lot of things, now code-server need additional folders to run... github.com/cdr/code-server/releases/tag/3.0.0
@ahmedjoo1858
@ahmedjoo1858 4 жыл бұрын
leave code-server in its folder then run $ bash code-server
Code Server Is An AWESOME Replacement for VS Code!
13:01
Jim's Garage
Рет қаралды 20 М.
Using Git & GitHub in VSCode: Stage, Commit, and Push
14:51
Max on Tech
Рет қаралды 38 М.
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 42 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 10 МЛН
What is a Server? (Deepdive)
17:51
LiveOverflow
Рет қаралды 173 М.
Using Visual Studio Code for Remote Development
12:22
DigitalOcean
Рет қаралды 118 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 436 М.
Getting Started with Python in Visual Studio Code
32:48
Microsoft Visual Studio
Рет қаралды 237 М.
VSCode on iPad Pro - Full Setup Guide with Raspberry Pi
16:36
Tech Craft
Рет қаралды 107 М.
What are Mainframes?
6:37
Techquickie
Рет қаралды 1,4 МЛН
How to code on your iPad with VS Code for free [Beginners guide]
17:02
VS Code Top-Ten Pro Tips
9:36
Fireship
Рет қаралды 1,9 МЛН
Ultimate Guide: Selfhosted Visual Studio + Extensions
19:54
IBRACORP
Рет қаралды 48 М.