Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit f587045

Browse files
committed
fixed README
1 parent db174c0 commit f587045

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,15 @@ You can define custom settings for the feature:
268268
```json
269269
{
270270
"script.commands": {
271-
"quick": [
272-
{
273-
"noResultInfo": false,
274-
"showResultInTab": true,
275-
276-
"state": {
277-
"MK": 23979,
278-
"TM": "1979-09-05 23:09:19.079"
279-
}
271+
"quick": {
272+
"noResultInfo": false,
273+
"showResultInTab": true,
274+
275+
"state": {
276+
"MK": 23979,
277+
"TM": "1979-09-05 23:09:19.079"
280278
}
281-
]
279+
}
282280
}
283281
}
284282
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vs-script-commands",
33
"displayName": "Script Commands",
44
"description": "Adds additional commands to Visual Studio Code that uses scripts (JavaScript) for execution.",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"publisher": "mkloubert",
77
"engines": {
88
"vscode": "^1.6.0"

0 commit comments

Comments
 (0)