-
Notifications
You must be signed in to change notification settings - Fork 879
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
Allow users to edit files with Gitpod. #214
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vscode-github1s/github1s/6PSpShR4P1xYeNpgULwaPmYLrLvV |
…ication is closed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on https://github1s-git-fork-mikenikles-integrate-with-gitpod-4fd92e.vercel.app/
It looks great, appreciate your contribution 🙏
|
||
To edit files, run Docker containers, create pull requests and more, click the "[Gitpod](https://www.gitpod.io) ready-to-code" button at the bottom of your browser once you open your project with github1s. | ||
|
||
_Note_: If you already closed the notification, you can find a "Develop your project on Gitpod" button in the status bar. You can also open the Command Palette (default shortcut `Ctrl+Shift+P`) and choose `GitHub1s: Edit files in Gitpod`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind adding one or two screenshots here? We could do it late if it's inconvenient for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sure, I'll get to it a bit later today 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your work~
* Allow users to edit files with Gitpod. (#214) * Allow users to edit files with Gitpod. * Provide a command to edit files in Gitpod. * Provide a Gitpod link in the status bar so it is visible if the notification is closed. * Document how to invoke Gitpod if the notification is no longer visible. * Add Gitpod screenshots. * Fix the image paths. * chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /extensions/github1s (#219) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use SVG logo (#220) * Add CI support for macOS (#217) * ci: add macos for github workflows * ci: add timeout when installing * ci: reduce timeout value when installing * ci: config the github token during the install Co-authored-by: Mike Nikles <mikenikles@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zvizvi <5633910@gmail.com> Co-authored-by: Lawrence <lonor@live.com>
Fixes #213, fixes #180, fixes #156, fixes #138, fixes #107, fixes #21
As discussed with @conwnet, this PR adds a button to the notification at the bottom of the screen that opens a project in Gitpod.
With Gitpod, you get an automated development environment where you can edit files, run Docker containers, create pull requests and more.