Skip to content

Commit

Permalink
Updated VSCode and Calva section - section comments
Browse files Browse the repository at this point in the history
Added comments to each section to make changes easier to do by specifically
highlighting each operating system section.
  • Loading branch information
practicalli-johnny committed Oct 15, 2018
1 parent 386f9f2 commit a1f1f72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions development-environment/install-guides/vscode-calva.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ VS Code supports Clojure and ClojureScript development through an extension call

## Install VS Code

<!-- Operating System specific instructions -->
{% tabs first="Debian/Ubuntu", second="MacOSX", third="RedHat", forth="Windows" %}

<!-- Debian/Ubuntu instructions -->
{% content "first" %}
[Download the `.deb` file](https://code.visualstudio.com/)

Expand All @@ -26,6 +28,7 @@ Close the Ubuntu Software app once the install has finished.
To run VSCode, press the `Super` key and type `code`, or open a terminal and type the command `code`.


<!-- MacOSX instructions -->
{% content "second" %}

[Download the `.zip` file](https://code.visualstudio.com/)
Expand All @@ -43,6 +46,7 @@ Add VS Code to your Dock by right-clicking on the icon and choosing `Options, Ke
Launch VSCode from the Dock, or in a command line terminal, type `code`.


<!-- RedHat instructions -->
{% content "third" %}
[Download the `.rpm` file](https://code.visualstudio.com/)

Expand All @@ -54,6 +58,8 @@ To run VSCode, press the `Super` key and type `code`, or open a terminal and typ

[Reference: VSCode on Linux](https://code.visualstudio.com/docs/setup/linux)


<!-- Windows instructions -->
{% content "forth" %}

[Download the Windows Installer](https://code.visualstudio.com/)
Expand All @@ -68,6 +74,8 @@ VS Code is installed under `C:\users\{username}\AppData\Local\Programs\Microsoft

Open the Start menu and type `code`. Click on the VSCode icon to start.

{% endtabs %}
<!-- End of Operating System specific instructions -->

## Install Calva extension

Expand Down

0 comments on commit a1f1f72

Please sign in to comment.