mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
* Self-Updates to latest version on Redeploy * made token variable optional Co-authored-by: Milo <50248166+Milo123459@users.noreply.github.com> Co-authored-by: Milo <50248166+Milo123459@users.noreply.github.com>
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
---
|
|
title: OpenVSCode Server
|
|
description: An OpenVSCode Server example.
|
|
tags:
|
|
- gitpod
|
|
- vscode
|
|
- ide
|
|
- javascript
|
|
---
|
|
|
|
# OpenVSCode Server Example
|
|
|
|
This example is for the [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server), a version of VS Code that runs a server on a remote machine and allows access through a modern web browser. It's based on the very same architecture used by [Gitpod](https://www.gitpod.io) or [GitHub Codespaces](https://github.com) at scale.
|
|
|
|
[](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fopenvscode-server&envs=PORT%2CTOKEN%2CRELEASE_TAG&optionalEnvs=TOKEN&TOKENDesc=Connection+token+-+leave+blank+to+automatically+geneate+one.&RELEASE_TAGDesc=Use+%22latest%22+for+the+latest+stable+release+and+%22insiders%22+for+the+latest+insider+release&PORTDefault=3000&RELEASE_TAGDefault=latest)
|
|
## ✨ Features
|
|
|
|
- VS Code in a browser
|
|
|
|
## 💁♀️ How to use
|
|
|
|
- Use OpenVSCode Server as you would VS Code locally to develop your applications
|
|
|
|
## 📝 Notes
|
|
|
|
For OpenVSCode Server questions & feature requests, please visit [gitpod-io/openvscode-server](https://github.com/gitpod-io/openvscode-server).
|
|
|
|
For VS Code questions & feature requests in general, please visit [microsoft/vscode](https://github.com/microsoft/vscode).
|