Skip to content

Commit

Permalink
Added Pomodoro Timer to Extensions section - Issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Baeuerlein committed Sep 22, 2020
1 parent 98787a6 commit f614652
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Overview](#overview)
- [Bracket Pair Colorizer](#bracket-pair-colorizer)
- [Todo Tree](#todo-tree)
- [Pomodoro Timer](#pomodoro-timer)
- [YAML](#yaml)
- [Code Spell Checker](#code-spell-checker)
- [Task Explorer](#task-explorer)
Expand Down Expand Up @@ -35,6 +36,14 @@ Some other helpful (not necessarily C/C++ related) extensions to support develop

---

## Pomodoro Timer

The [Pomodoro Timer](https://marketplace.visualstudio.com/items?itemName=lkytal.pomodoro) helps you to manage your workflow and focus time easily. It reminds you to take a break or focusing on the other task you have to do besides coding.

See [Pomodoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique) for details about the method itself.

---

## YAML

The [RedHat YAML Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) helps you writing YAML files with formatting and checking the file content.
Expand Down

0 comments on commit f614652

Please sign in to comment.