Skip to content

Commit

Permalink
update timeout default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Apr 29, 2024
1 parent d0ba595 commit d2e01ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can customize the color and the duration of the highlight with these entries
"highlightOnCopy.backgroundColor": "rgba(230, 97, 89, 0.7)",
// by default the foreground text color it's undefined, meaning the actual color won't be modified
"highlightOnCopy.foregroundColor": undefined, // set it to #fff if you want to
"highlightOnCopy.timeout": 500
"highlightOnCopy.timeout": 200
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"highlightOnCopy.timeout": {
"type": "number",
"default": 500,
"default": 200,
"description": "Timeout duration in milliseconds"
}
}
Expand Down

0 comments on commit d2e01ef

Please sign in to comment.