Skip to content

Commit

Permalink
Update DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Apr 27, 2022
1 parent d412ec7 commit 10fa52c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,17 @@ It was not clear whether overriding the `type` command to capture typed characte

So this extension took another way to capture typed characters. That is to listen to the events on changes on the text document. Basically this is possible through the `vscode.workspace.onDidChangeTextDocument` event.

## Testing

This repository has a set of tests for this extension.
Tests are in `test/suite` directory.
```
test/
suite/
*.test.js
```

Running the tests:
```
$ npm test
```

0 comments on commit 10fa52c

Please sign in to comment.