Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit e713e14

Browse files
author
Riaan Nolan
committed
Merge branch 'feature/vscode-and-code-server-updates' into 'master'
adding vscode image in a browser, update README See merge request all-staff/hashiqube!160
1 parent e954940 commit e713e14

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

visual-studio-code/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Visual Studio Code
22

3+
This page has 2 sections:
4+
5+
* [Visual Studio Code on your laptop](/visual-studio-code/?id=visual-studio-code)
6+
* [Visual Studio Code in your browser](/visual-studio-code/?id=vscode-server-vscode-in-a-browser)
7+
38
https://code.visualstudio.com/
49

510
Visual Studio Code or VSCode is a Code Editor, also referred to as an IDE. It's made by Microsoft, it's completely free, very powerful and run on all Operating Systems and Architectures.
@@ -85,9 +90,11 @@ https://github.com/coder/code-server
8590

8691
VSCode is a free, open source IDE. Code-server runs an instance of VS code that can then be accessed locally via browser. This allows us to start up a predictable VScode instance in Vagrant.
8792

93+
![VSCode in a Browser](images/vscode-in-a-browser.png?raw=true "VSCode in a Browser")
94+
8895
## Provision
8996

90-
In order to provision apache airflow you need bastetools, docker as dependencies.
97+
In order to provision Visual Studio Code Server (Visual Studio IDE in a browser) you need bastetools, docker as dependencies.
9198

9299
`vagrant up --provision-with basetools,docker,vscode-server`
93100

Loading

0 commit comments

Comments
 (0)