Skip to content

Conversation

ShreyasJejurkar
Copy link
Contributor

This PR adds support for codespaces for the fast blazor repository.
With this, we can

  1. Make an edit to the project code.
  2. build it and run it directly into the cloud and test changes.

Along with this I have also added commonly performed tasks to tasks.json. Press CTRL+SHIFT+P and choose a run task and run any of the tasks directly from VSCode.

Currently, the following tasks have been added.

  1. Build library - Builds the library
  2. Run samples - Prompts to choose sample (Server/Client) and based on the selection the sample will be run.

@EisenbergEffect EisenbergEffect self-requested a review November 29, 2021 22:09
@vnbaaij vnbaaij changed the title feat (Codespaces) - Added initial support for codespaces. (feature) Codespaces - Added initial support for codespaces. Jan 6, 2022
@EisenbergEffect
Copy link
Contributor

@vnbaaij This seems like a cool improvement to me. I'd like to get your review and approval on this before we decide to merge, since you are the most frequent contributor and the person most likely to be affected by this change on a more regular basis. Thanks!

Copy link
Collaborator

@vnbaaij vnbaaij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good improvement indeed. As far as I know, you still need to have write rights to the repo to be able to make changes/run stuff but if one forks the repo they can be up and running in a flash!

@EisenbergEffect EisenbergEffect merged commit 40e9b9b into microsoft:main Feb 3, 2022
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.

5 participants