Update README to focus on Codespace usage instructions#11
Open
ShreyasKhandekar wants to merge 1 commit intochapel-lang:mainfrom
Open
Update README to focus on Codespace usage instructions#11ShreyasKhandekar wants to merge 1 commit intochapel-lang:mainfrom
ShreyasKhandekar wants to merge 1 commit intochapel-lang:mainfrom
Conversation
Signed-off-by: Shreyas Khandekar <60454060+ShreyasKhandekar@users.noreply.github.com>
|
|
||
| For more code samples, consider trying out the [Primers](https://chapel-lang.org/docs/primers/), | ||
| or the [many programs from a past Chapel tutorial](https://github.com/chapel-lang/chapel/tree/main/test/exercises/Oct2023tutorial). | ||
| ## Compile And Run In The Terminal |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| ## Compile And Run In The Terminal | |
| ## Compile And Run With The Run Button In Codespaces VS Code | |
| 1. Open [hello.chpl](hello.chpl). | |
| 2. Wait for the Chapel extension and language tools to finish loading in Codespaces. | |
| 3. Click the Run button in the editor (top-right) to first compile and again run the current file. | |
| If the Run button does not appear right away, wait a bit longer and reopen the `.chpl` file. | |
| ## Compile And Run In The Terminal |
@bradcray suggested we put instructions for using the play button in the VSCode editor. This is an example of how we'd do that if we wanted to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since #9 opens the README by default and we expect users to land directly inside codespaces by using the https://codespaces.new/chapel-lang/chapel-hello-world link, we don't need the README to have instructions on how to launch a codespace.
This PR changes the README to focus on running the examples and pointers to other resources.