Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answered and Added some FAQ in Readme section #130

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

Answered and Added some FAQ in Readme section #130

wants to merge 69 commits into from

Conversation

vikkastiwari
Copy link

FAQ'S

  1. How is OpenVSCode Server different from VS Code?
  • It makes use of the power of the cloud - dependencies, compilation, testing, large data sets can all be run on machines far more powerful than your laptop.
  1. How is OpenVSCode Server different from Gitpod?
  • If you want one-click, fully automated developer environments that give yourself and your team an unparalleled productivity boost try Gitpod.

  • If you have a machine somewhere which you would like to access with VS Code through a browser, then go for OpenVsCode Server.

  1. How is OpenVSCode Server different from the Remote SSH VS Code extension?
  • In OpenVSCode Server you can access those machines from any device such as iPads and Chromebooks via a web browser with the familiar VS Code experience.
  1. How is OpenVSCode Server different from code-server?
  • Developers can simply run a Docker command to install the project on their local desktop machine and then work remotely from a much lower-powered device, such as an iPad or Chromebook. Moreover, they can install OpenVSCode Server to the cloud, and the project includes guides for running on AWS and Google Cloud, for the data science use case.
  1. How do I create a Node / Java / C / etc environment?
  • The same way like you used to do it locally. Just run docker command docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server , visit the localhost where your vs code is up and running, and just get started with it.

Description-
This is some FAQ that should be added to README.md

This PR fixes #
#123

@akosyakov akosyakov force-pushed the main branch 6 times, most recently from 9708c3f to 90bd3d7 Compare November 25, 2024 23:15
@akosyakov akosyakov force-pushed the main branch 4 times, most recently from a499963 to ef54ded Compare December 2, 2024 23:17
@akosyakov akosyakov force-pushed the main branch 5 times, most recently from b68599e to 2c72f86 Compare December 11, 2024 23:15
@akosyakov akosyakov force-pushed the main branch 6 times, most recently from af449f6 to 99ca519 Compare December 19, 2024 23:15
@akosyakov akosyakov force-pushed the main branch 4 times, most recently from 42e8ff0 to 31d31cf Compare December 27, 2024 23:11
@akosyakov akosyakov force-pushed the main branch 2 times, most recently from 4807514 to bac5cb3 Compare January 2, 2025 23:11
@mustard-mh mustard-mh force-pushed the main branch 2 times, most recently from 47d8db3 to a6eefab Compare January 14, 2025 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.