Skip to content

Add initial instructions for web-based vs-code #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/views/users/wakatime_setup_step_2.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<em>You can change this later!</em>

<ul>
<li>
<%= link_to "codespaces", my_wakatime_setup_step_3_path(anchor: "web-based-vs-code") %>
</li>
<li>
<%= link_to "google idx", my_wakatime_setup_step_3_path(anchor: "web-based-vs-code") %>
</li>
<li>
<%= link_to "vs-code (visual studio code)", my_wakatime_setup_step_3_path(anchor: "vs-code") %>
</li>
Expand Down
10 changes: 10 additions & 0 deletions app/views/users/wakatime_setup_step_3.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
</p>
</section>

<section id="web-based-vs-code">
<h2>Web-based VS Code</h2>
<p>
Your editor is web-based so you need to run the snippet in your terminal!
</p>
<p>
<em>Hackatime uses the vs-code WakaTime extension. Search for "WakaTime" in .</em>
</p>
</section>

<section id="vs-code">
<h2>VS Code (Visual Studio Code)</h2>
<p>
Expand Down