Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
padjon committed Aug 25, 2017
1 parent fbf7921 commit 859f1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Extends the original extension to execute VS Code extension commands or terminal

## Configuration

Add "saveAndRun" configuration to user or workspace settings.
Add "saveAndRunExt" configuration to user or workspace settings.

- "commands" - array of commands that will be run whenever a file is saved.
- "match" - a regex for matching which files to run commands on
Expand All @@ -31,7 +31,7 @@ Add "saveAndRun" configuration to user or workspace settings.
## Sample Config

```json
"saveAndRun": {
"saveAndRunExt": {
"commands": [
{
"match": ".*",
Expand Down

0 comments on commit 859f1a2

Please sign in to comment.