Skip to content

Commit 419193b

Browse files
author
Ubuntu
committed
2 parents 0ea5c04 + 2eccdfd commit 419193b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

_posts/2020-05-03-2020-05-02-visual-studio-codespaces-self-hosted-md.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
published: true
44
title: Self-hosted Visual Studio Codespaces
55
date: '2020-05-09'
6-
subtitle: .
6+
subtitle: The future of code editing running in your browser
77
---
88
## Visual Studio Codespaces
99

@@ -19,7 +19,7 @@ If you didn't see the [news](https://devblogs.microsoft.com/visualstudio/introdu
1919
- Want to update your code using Visual Studio Code from your iPad, tablet or phone? You can just open the web browser and you will have access to your development environment
2020
- Because Visual Studio Codespaces is authenticated using Azure Active Directory you get all the benefits of [MFA](https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks) and [Azure AD Conditional Access](https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/overview) to protect your development environment
2121

22-
What really got me excited is the ability to self host a codespace environment - you can use your web browser from any device to securely develop software remotely using your own Virtual Machine, server or desktop.
22+
What really got me excited is the ability to self-host a codespace environment - you can use your web browser from any device to securely develop software remotely using your own Virtual Machine, server or desktop.
2323

2424
### Benefits of self hosted
2525
- Use hardware you already have so you don't pay by the minute
@@ -70,9 +70,6 @@ Then you can just keep pressing enter to accept the defaults and finish setup
7070
You should now see your environment listed
7171
![screenshot showing new self-hosted environment in Codespaces]({{site.baseurl}}/img/Screenshot 2020-05-09 at 09.01.26.png)
7272

73-
#Success
73+
### Success
7474
Using the Ubuntu bash terminal running in Visual Studio Code in my web browser I cloned the repo for this post and was up and running
7575
![screenshot of visual studio codespaces running on self-hosted ubuntu]({{site.baseurl}}/img/Screenshot 2020-05-09 at 09.12.32.png)
76-
77-
78-

0 commit comments

Comments
 (0)