Skip to content

Commit

Permalink
Update DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Aug 14, 2022
1 parent f282e44 commit 8adaaf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ For example, the command `kb-macro.playback` could take even multiple seconds or

In other examples, the command `kb-macro.abortPlayback` is another type of command, and it should be able to be executed during playback to stop it immediately.

These command patterns are implemented in [`src/reentrant_guard.js`](src/reentrant_guard.js).

## Testing

This repository contains a set of tests for this extension.
Expand Down

0 comments on commit 8adaaf8

Please sign in to comment.